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 | 鼎????? | 10010011010000110011111100111111001111110011111100111111 | 93433f3f3f3f3f |
EUC-JP | 鼎????? | 11000101101001000011111100111111001111110011111100111111 | c5a43f3f3f3f3f |
UTF-8 | 鼎븐렱렗뤋툗 | 111010011011110010001110111010111011100010010000111010111010000010110001111010111010000010010111111010111010010010001011111011011000100010010111 | e9bc8eebb890eba0b1eba097eba48bed8897 |
UHC | 鼎븐렱렗뤋툗 | 111100001010001110111010111011001000111010111110100011101010110010001111101110111011100010001110 | f0a3baec8ebe8eac8fbbb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)