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 | 堰????? | 10001001100000010011111100111111001111110011111100111111 | 89813f3f3f3f3f |
EUC-JP | 堰????? | 10110001111000010011111100111111001111110011111100111111 | b1e13f3f3f3f3f |
UTF-8 | 堰쇨쑬溜뉓짆 | 111001011010000010110000111011001000011110101000111011001001000110101100111011111010011110001011111010111000100110010011111011001010011110000110 | e5a0b0ec87a8ec91acefa78beb8993eca786 |
UHC | 堰쇨쑬溜뉓짆 | 111001011110100010111100111010101011111010101000111010101111111010000111111010001010001110010101 | e5e8bceabea8eafe87e8a395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)