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 | 邀??豫?? | 1110011110110001001111110011111110011000101011000011111100111111 | e7b13f3f98ac3f3f |
EUC-JP | 邀??豫?? | 1110111010110011001111110011111111010000101011100011111100111111 | eeb33f3fd0ae3f3f |
UTF-8 | 邀띴벤豫곈웼 | 111010011000001010000000111010111001110110110100111010111011001010100100111010001011000110101011111010101011001110001000111011001001101110111100 | e98280eb9db4ebb2a4e8b1abeab388ec9bbc |
UHC | 邀띴벤豫곈웼 | 111010011010110110001101111001001011101010100101111001111110001110110000111010011001111110001000 | e9ad8de4baa5e7e3b0e99f88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)