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 | ???P??? | 00111111001111110011111101010000001111110011111100111111 | 3f3f3f503f3f3f |
SJIS-WIN | シォPシォ | 111100001111000110111100101010110101000011110000111100011011110010101011 | f0f1bcab50f0f1bcab |
EUC-JP | ?シォP?シォ | 0011111110001110101111001000111010101011010100000011111110001110101111001000111010101011 | 3f8ebc8eab503f8ebc8eab |
UTF-8 | シォPシォ | 11101110100000101011000011101111101111011011110011101111101111011010101101010000111011101000001010110000111011111011110110111100111011111011110110101011 | ee82b0efbdbcefbdab50ee82b0efbdbcefbdab |
UHC | ???P??? | 00111111001111110011111101010000001111110011111100111111 | 3f3f3f503f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)