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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 荀荀荀荀B | 111001001010010011100100101001001110010010100100111001001010010001000010 | e4a4e4a4e4a4e4a442 |
EUC-JP | 荀荀荀荀B | 111010001010011011101000101001101110100010100110111010001010011001000010 | e8a6e8a6e8a6e8a642 |
UTF-8 | 荀荀荀荀B | 11101000100011011000000011101000100011011000000011101000100011011000000011101000100011011000000001000010 | e88d80e88d80e88d80e88d8042 |
UHC | 荀荀荀荀B | 111000101111000011100010111100001110001011110000111000101111000001000010 | e2f0e2f0e2f0e2f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)