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 | 貞?└膺?禎 | 10010010111001010011111110000100101001001110010001011110001111111001001011110101 | 92e53f84a4e45e3f92f5 |
EUC-JP | 貞?└膺?禎 | 11000100111001110011111110101000101001101110011110111111001111111100010011110111 | c4e73fa8a6e7bf3fc4f7 |
UTF-8 | 貞닷└膺렞禎 | 111010001011001010011110111010111000101110110111111000101001010010010100111010001000011010111010111010111010000010011110111001111010011010001110 | e8b29eeb8bb7e29494e886baeba09ee7a68e |
UHC | 貞닷└膺렞禎 | 111011111111011010110100111001011010011010100110111010111110110010001110101011111110111111101110 | eff6b4e5a6a6ebec8eafefee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)