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 | PU] | 1001001001010000100100100101010101011101 | 925092555d |
SJIS-WIN | ?P?U] | 0011111101010000001111110101010101011101 | 3f503f555d |
EUC-JP | ?P?U] | 0011111101010000001111110101010101011101 | 3f503f555d |
UTF-8 | PU] | 11000010100100100101000011000010100100100101010101011101 | c29250c292555d |
UHC | ?P?U] | 0011111101010000001111110101010101011101 | 3f503f555d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)