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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????棗?? | 0011111100111111001111110011111110011110101001010011111100111111 | 3f3f3f3f9ea53f3f |
EUC-JP | ????棗?? | 0011111100111111001111110011111111011100101001110011111100111111 | 3f3f3f3fdca73f3f |
UTF-8 | 롔롃롉렯棗롔롃 | 111010111010000110010100111010111010000110000011111010111010000110001001111010111010000010101111111001101010001110010111111010111010000110010100111010111010000110000011 | eba194eba183eba189eba0afe6a397eba194eba183 |
UHC | 롔롃롉렯棗롔롃 | 1000111011011000100011101100101010001110110011111000111010111100111100001100101010001110110110001000111011001010 | 8ed88eca8ecf8ebcf0ca8ed88eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)