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??D? | 00111111001111110101000000111111001111110100010000111111 | 3f3f503f3f443f |
SJIS-WIN | ?}P?}D? | 001111111000000101110000010100000011111110000001011100000100010000111111 | 3f8170503f8170443f |
EUC-JP | ?}P?}D? | 001111111010000111010001010100000011111110100001110100010100010000111111 | 3fa1d1503fa1d1443f |
UTF-8 | 룵}P룵}D룵 | 1110101110100011101101011110111110111101100111010101000011101011101000111011010111101111101111011001110101000100111010111010001110110101 | eba3b5efbd9d50eba3b5efbd9d44eba3b5 |
UHC | 룵}P룵}D룵 | 100011111010101010100011111111010101000010001111101010101010001111111101010001001000111110101010 | 8faaa3fd508faaa3fd448faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)