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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 晤??松 | 100111011110101100111111001111111000111110111100 | 9deb3f3f8fbc |
EUC-JP | 晤??松 | 110110101110110100111111001111111011111010111110 | daed3f3fbebe |
UTF-8 | 晤볠퍍松 | 111001101001100110100100111010111011001110100000111011011000110110001101111001101001110110111110 | e699a4ebb3a0ed8d8de69dbe |
UHC | 晤볠퍍松 | 1110011111111011100100111110011010111011100001001110000111100110 | e7fb93e6bb84e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)