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 | 隘??訝 | 111010001010010100111111001111111110011001100010 | e8a53f3fe662 |
EUC-JP | 隘??訝 | 111100001010011100111111001111111110101111000011 | f0a73f3febc3 |
UTF-8 | 隘녷뿦訝 | 111010011001101010011000111010111000010110110111111010111011111110100110111010001010100010011101 | e99a98eb85b7ebbfa6e8a89d |
UHC | 隘녷뿦訝 | 1110010011110110100001101110011010010111101001101110010010111000 | e4f686e697a6e4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)