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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 湞???? | 10001111110001111111111000111111001111110011111100111111 | 8fc7fe3f3f3f3f |
UTF-8 | 湞곌렣띈렑 | 111001101011100110011110111010101011001110001100111010111010000010100011111010111001110110001000111010111010000010010001 | e6b99eeab38ceba0a3eb9d88eba091 |
UHC | 湞곌렣띈렑 | 11101111111001101011000011101010100011101011010010110110111010001000111010100110 | efe6b0ea8eb4b6e88ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)