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 | ??タ?悳ィ | 001111110011111110000011010111100011111110011100011110111000001101000010 | 3f3f835e3f9c7b8342 |
EUC-JP | ??タ?悳ィ | 001111110011111110100101101111110011111111010111110111001010010110100011 | 3f3fa5bf3fd7dca5a3 |
UTF-8 | 룶콓タ룵悳ィ | 111010111010001110110110111011001011110110010011111000111000001010111111111010111010001110110101111001101000001010110011111000111000001010100011 | eba3b6ecbd93e382bfeba3b5e682b3e382a3 |
UHC | 룶콓タ룵悳ィ | 100011111010101110110001100011111010101110111111100011111010101011010011111011011010101110100011 | 8fabb18fabbf8faad3edaba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)