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 | ûPj | 100010011001000111111011010100001001001101101010 | 8991fb50936a |
SJIS-WIN | ???P?j | 001111110011111100111111010100000011111101101010 | 3f3f3f503f6a |
EUC-JP | ??ûP?j | 0011111100111111100011111010101111100101010100000011111101101010 | 3f3f8fabe5503f6a |
UTF-8 | ûPj | 11000010100010011100001010010001110000111011101101010000110000101001001101101010 | c289c291c3bb50c2936a |
UHC | ???P?j | 001111110011111100111111010100000011111101101010 | 3f3f3f503f6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)