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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | タマ招滷 | 110000001100111110001111101101011110000001000010 | c0cf8fb5e042 |
EUC-JP | タマ招滷 | 1000111011000000100011101100111110111110101101111101111110100011 | 8ec08ecfbeb7dfa3 |
UTF-8 | タマ招滷 | 111011111011111010000000111011111011111010001111111001101000101110011011111001101011101110110111 | efbe80efbe8fe68b9be6bbb7 |
UHC | ??招? | 0011111100111111111101001111110100111111 | 3f3ff4fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)