To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 弔?邑???^ | 100100101010001000111111100101110101011100111111001111110011111101011110 | 92a23f97573f3f3f5e |
EUC-JP | 弔?邑???^ | 110001001010010000111111110011011011100000111111001111110011111101011110 | c4a43fcdb83f3f3f5e |
UTF-8 | 弔렞邑띄렞렜^ | 11100101101111001001010011101011101000001001111011101001100000101001000111101011100111011000010011101011101000001001111011101011101000001001110001011110 | e5bc94eba09ee98291eb9d84eba09eeba09c5e |
UHC | 弔렞邑띄렞렜^ | 11110000110000001000111010101111111010111110100110110110111001111000111010101111100011101010111001011110 | f0c08eafebe9b6e78eaf8eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)