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 | 繒?長??? | 1111101110001111001111111001001010110111001111110011111100111111 | fb8f3f92b73f3f3f |
EUC-JP | 繒?長??? | 100011111101010011010100001111111100010010111001001111110011111100111111 | 8fd4d43fc4b93f3f3f |
UTF-8 | 繒렰長쇰렚빴 | 111001111011100110010010111010111010000010110000111010011001010110110111111011001000011110110000111010111010000010011010111010111011100110110100 | e7b992eba0b0e995b7ec87b0eba09aebb9b4 |
UHC | 繒렰長쇰렚빴 | 111100011111100110001110101111011110110111111110101111001110101110001110101011011011101110100110 | f1f98ebdedfebceb8eadbba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)