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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?氈???? | 00111111100111111000000100111111001111110011111100111111 | 3f9f813f3f3f3f |
EUC-JP | ?氈???? | 00111111110111011110000100111111001111110011111100111111 | 3fdde13f3f3f3f |
UTF-8 | 안氈얘뤛퐥쥙 | 111011001001010110001000111001101011000010001000111011001001011010011000111010111010010010011011111011011001000010100101111011001010010110011001 | ec9588e6b088ec9698eba49bed90a5eca599 |
UHC | 안氈얘뤛퐥쥙 | 101111101100100011101110111111011011111011101010100011111100101010111101100011101010001010001110 | bec8eefdbeea8fcabd8ea28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)