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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?悳ォ??ゃ | 001111111001110001111011100000110100100000111111001111111000001011100001 | 3f9c7b83483f3f82e1 |
EUC-JP | ?悳ォ??ゃ | 001111111101011111011100101001011010100100111111001111111010010011100011 | 3fd7dca5a93f3fa4e3 |
UTF-8 | 룶悳ォ룵킃ゃ | 111010111010001110110110111001101000001010110011111000111000001010101001111010111010001110110101111011011000001010000011111000111000001010000011 | eba3b6e682b3e382a9eba3b5ed8283e38283 |
UHC | 룶悳ォ룵킃ゃ | 100011111010101111010011111011011010101110101001100011111010101010110100100011111010101011100011 | 8fabd3edaba98faab48faae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)