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 | 陝カ繧鯉スオ | 111010001001111110110110111000111000001010001100111011111011110110110101 | e89fb6e3828cefbdb5 |
EUC-JP | 陝カ繧鯉スオ | 111100001010000110001110101101101110010111100010101110001111000110001110101111011000111010110101 | f0a18eb6e5e2b8f18ebd8eb5 |
UTF-8 | 陝カ繧鯉スオ | 111010011001100110011101111011111011110110110110111001111011100110100111111010011010111110001001111011111011110110111101111011111011110110110101 | e9999defbdb6e7b9a7e9af89efbdbdefbdb5 |
UHC | 陝??鯉?? | 1110000011101101001111110011111111010111111011110011111100111111 | e0ed3f3fd7ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)