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???? | 0011111100111111001111110101000000111111001111110011111100111111 | 3f3f3f503f3f3f3f |
SJIS-WIN | シォPシォ | 1111001011110001101111001010101101010000111100101111000110111100101010111111000011000001 | f2f1bcab50f2f1bcabf0c1 |
EUC-JP | ?シォP?シォ? | 001111111000111010111100100011101010101101010000001111111000111010111100100011101010101100111111 | 3f8ebc8eab503f8ebc8eab3f |
UTF-8 | シォPシォ | 11101110100010001010100011101111101111011011110011101111101111011010101101010000111011101000100010101000111011111011110110111100111011111011110110101011111011101000001010000000 | ee88a8efbdbcefbdab50ee88a8efbdbcefbdabee8280 |
UHC | ???P???? | 0011111100111111001111110101000000111111001111110011111100111111 | 3f3f3f503f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)