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 | 深??? | 1001000001011011001111110011111100111111 | 905b3f3f3f |
EUC-JP | 深??? | 1011111110111100001111110011111100111111 | bfbc3f3f3f |
UTF-8 | 深뗮뢚拾 | 111001101011011110110001111010111001011110101110111010111010001010011010111011111010010110110011 | e6b7b1eb97aeeba29aefa5b3 |
UHC | 深뗮뢚拾 | 1110010010100010100010111110110110001111010101011110010010101001 | e4a28bed8f55e4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)