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 | 中?蹄伎?? | 100100101000011000111111100100101111101110001010111010100011111100111111 | 92863f92fb8aea3f3f |
EUC-JP | 中?蹄伎?? | 110000111110011000111111110001001111110110110100111011000011111100111111 | c3e63fc4fdb4ec3f3f |
UTF-8 | 中렩蹄伎렕렟 | 111001001011100010101101111010111010000010101001111010001011100110000100111001001011110010001110111010111010000010010101111010111010000010011111 | e4b8adeba0a9e8b984e4bc8eeba095eba09f |
UHC | 中렩蹄伎렕렟 | 111100011110100110001110101101111111000010110100110100001110101110001110101010101000111010110000 | f1e98eb7f0b4d0eb8eaa8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)