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 | 禎???蹄? | 1001001011110101001111110011111100111111100100101111101100111111 | 92f53f3f3f92fb3f |
EUC-JP | 禎???蹄? | 1100010011110111001111110011111100111111110001001111110100111111 | c4f73f3f3fc4fd3f |
UTF-8 | 禎댈렞렔蹄렲 | 111001111010011010001110111010111000110010001000111010111010000010011110111010111010000010010100111010001011100110000100111010111010000010110010 | e7a68eeb8c88eba09eeba094e8b984eba0b2 |
UHC | 禎댈렞렔蹄렲 | 111011111110111010110100111011101000111010101111100011101010100111110000101101001000111010111111 | efeeb4ee8eaf8ea9f0b48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)