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 | àèà¹uK | 11100000111010001110000010111001100000010111010101001011 | e0e8e0b981754b |
SJIS-WIN | ?????uK | 00111111001111110011111100111111001111110111010101001011 | 3f3f3f3f3f754b |
EUC-JP | àèà??uK | 10001111101010111010001010001111101010111011001010001111101010111010001000111111001111110111010101001011 | 8faba28fabb28faba23f3f754b |
UTF-8 | àèà¹uK | 110000111010000011000011101010001100001110100000110000101011100111000010100000010111010101001011 | c3a0c3a8c3a0c2b9c281754b |
UHC | ???¹?uK | 0011111100111111001111111010100111110110001111110111010101001011 | 3f3f3fa9f63f754b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)