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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒸?爰?錚 | 1000111111110110001111111110000010100111001111111110100001000010 | 8ff63fe0a73fe842 |
EUC-JP | 蒸?爰?錚 | 1011111011111000001111111110000010101001001111111110111110100011 | bef83fe0a93fefa3 |
UTF-8 | 蒸렡爰렩錚 | 111010001001001010111000111010111010000010100001111001111000100010110000111010111010000010101001111010011000110010011010 | e892b8eba0a1e788b0eba0a9e98c9a |
UHC | 蒸렡爰렩錚 | 11110001111110101000111010110010111010101011101010001110101101111110111010110110 | f1fa8eb2eaba8eb7eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)