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 | åJLb | 11100101010010101000111010001111100011110100110001100010 | e54a8e8f8f4c62 |
SJIS-WIN | ?J???Lb | 00111111010010100011111100111111001111110100110001100010 | 3f4a3f3f3f4c62 |
EUC-JP | åJ???Lb | 100011111010101110101001010010100011111100111111001111110100110001100010 | 8faba94a3f3f3f4c62 |
UTF-8 | åJLb | 1100001110100101010010101100001010001110110000101000111111000010100011110100110001100010 | c3a54ac28ec28fc28f4c62 |
UHC | ?J???Lb | 00111111010010100011111100111111001111110100110001100010 | 3f4a3f3f3f4c62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)