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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
UTF-8 | 묰똉묰똉B | 11101011101011001011000011101011100110001000100111101011101011001011000011101011100110001000100101000010 | ebacb0eb9889ebacb0eb988942 |
UHC | 묰똉묰똉B | 100100100100011110001100010010101001001001000111100011000100101001000010 | 92478c4a92478c4a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)