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 | ²LGPB | 100100011011001010010010010011001001001001000111100100100101000001000010 | 91b2924c9247925042 |
SJIS-WIN | ???L?G?PB | 001111110011111100111111010011000011111101000111001111110101000001000010 | 3f3f3f4c3f473f5042 |
EUC-JP | ???L?G?PB | 001111110011111100111111010011000011111101000111001111110101000001000010 | 3f3f3f4c3f473f5042 |
UTF-8 | ²LGPB | 1100001010010001110000101011001011000010100100100100110011000010100100100100011111000010100100100101000001000010 | c291c2b2c2924cc29247c2925042 |
UHC | ?²?L?G?PB | 00111111101010011111011100111111010011000011111101000111001111110101000001000010 | 3fa9f73f4c3f473f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)