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 | BPJU | 1001001001000010100100100101000010010010010010101001001001010101 | 92429250924a9255 |
SJIS-WIN | ?B?P?J?U | 0011111101000010001111110101000000111111010010100011111101010101 | 3f423f503f4a3f55 |
EUC-JP | ?B?P?J?U | 0011111101000010001111110101000000111111010010100011111101010101 | 3f423f503f4a3f55 |
UTF-8 | BPJU | 110000101001001001000010110000101001001001010000110000101001001001001010110000101001001001010101 | c29242c29250c2924ac29255 |
UHC | ?B?P?J?U | 0011111101000010001111110101000000111111010010100011111101010101 | 3f423f503f4a3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)