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¾LB | 111110110101000010001110101111100100110001000010 | fb508ebe4c42 |
SJIS-WIN | ?P??LB | 001111110101000000111111001111110100110001000010 | 3f503f3f4c42 |
EUC-JP | ûP??LB | 1000111110101011111001010101000000111111001111110100110001000010 | 8fabe5503f3f4c42 |
UTF-8 | ûP¾LB | 110000111011101101010000110000101000111011000010101111100100110001000010 | c3bb50c28ec2be4c42 |
UHC | ?P?¾LB | 00111111010100000011111110101000111110100100110001000010 | 3f503fa8fa4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)