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 | 룵ãçµ | 111010111010001110110101111000111000000010000000111001111011010110000010 | eba3b5e38080e7b582 |
SJIS-WIN | ?£??????? | 00111111100000011001001000111111001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f3f |
EUC-JP | ë£?ã??ç?? | 10001111101010111011001110100001111100100011111110001111101010111010101000111111001111111000111110101011101011100011111100111111 | 8fabb3a1f23f8fabaa3f3f8fabae3f3f |
UTF-8 | 룵ãçµ | 110000111010101111000010101000111100001010110101110000111010001111000010100000001100001010000000110000111010011111000010101101011100001010000010 | c3abc2a3c2b5c3a3c280c280c3a7c2b5c282 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)