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 | 中?禹??? | 1001001010000110001111111110001001011010001111110011111100111111 | 92863fe25a3f3f3f |
EUC-JP | 中?禹?栯? | 11000011111001100011111111100011101110110011111110001111110000111101001000111111 | c3e63fe3bb3f8fc3d23f |
UTF-8 | 中렎禹렗栯렢 | 111001001011100010101101111010111010000010001110111001111010011010111001111010111010000010010111111001101010000010101111111010111010000010100010 | e4b8adeba08ee7a6b9eba097e6a0afeba0a2 |
UHC | 中렎禹렗栯렢 | 111100011110100110001110101001001110100111100000100011101010110011101001111100011000111010110011 | f1e98ea4e9e08eace9f18eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)