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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 皓?億?? | 11100001101010010011111110001001101011010011111100111111 | e1a93f89ad3f3f |
EUC-JP | 皓?億?? | 11100010101010110011111110110010101011110011111100111111 | e2ab3fb2af3f3f |
UTF-8 | 皓렡億뜸롛 | 111001111001101010010011111010111010000010100001111001011000010010000100111010111001110010111000111010111010000110011011 | e79a93eba0a1e58484eb9cb8eba19b |
UHC | 皓렡億뜸롛 | 11111011110100111000111010110010111001011110001010110110111001001000111011011111 | fbd38eb2e5e2b6e48edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)