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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 爼犖[爼犖[^ | 1110000010101010111000001011011001011011111000001010101011100000101101100101101101011110 | e0aae0b65be0aae0b65b5e |
EUC-JP | 爼犖[爼犖[^ | 1110000010101100111000001011100001011011111000001010110011100000101110000101101101011110 | e0ace0b85be0ace0b85b5e |
UTF-8 | 爼犖[爼犖[^ | 111001111000100010111100111001111000101010010110010110111110011110001000101111001110011110001010100101100101101101011110 | e788bce78a965be788bce78a965b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)