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 | 111000001110101011111000111000001110000011101010111110001110000001000010 | e0eaf8e0e0eaf8e042 |
EUC-JP | 瑕?瑕?B | 11100000111011000011111111100000111011000011111101000010 | e0ec3fe0ec3f42 |
UTF-8 | 瑕瑕B | 11100111100100011001010111101110100110011011111111100111100100011001010111101110100110011011111101000010 | e79195ee99bfe79195ee99bf42 |
UHC | 瑕?瑕?B | 11111001110000100011111111111001110000100011111101000010 | f9c23ff9c23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)