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 | ??????釵 | 0011111100111111001111110011111100111111001111111110011111011110 | 3f3f3f3f3f3fe7de |
EUC-JP | ??????釵 | 0011111100111111001111110011111100111111001111111110111011100000 | 3f3f3f3f3f3feee0 |
UTF-8 | 렱렚셍샬솩양釵 | 111010111010000010110001111010111010000010011010111011001000010110001101111011001000001110101100111011001000011010101001111011001001011010010001111010011000011110110101 | eba0b1eba09aec858dec83acec86a9ec9691e987b5 |
UHC | 렱렚셍샬솩양釵 | 1000111010111110100011101010110110111100110001001011110010100011101111001101111010111110111001111111001111111011 | 8ebe8eadbcc4bca3bcdebee7f3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)