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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 莨写漆糢F | 111001001011110010001110110010101000111010111101111000101111010101000110 | e4bc8eca8ebde2f546 |
EUC-JP | 莨写漆糢F | 111010001011111010111100110011001011110010111111111001001111011101000110 | e8bebcccbcbfe4f746 |
UTF-8 | 莨写漆糢F | 11101000100011101010100011100101100001101001100111100110101111001000011011100111101100111010001001000110 | e88ea8e58699e6bc86e7b3a246 |
UHC | ??漆?F | 001111110011111111110110110101000011111101000110 | 3f3ff6d43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)