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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娃??晤? | 10001000101000010011111100111111100111011110101100111111 | 88a13f3f9deb3f |
EUC-JP | 娃??晤? | 10110000101000110011111100111111110110101110110100111111 | b0a33f3fdaed3f |
UTF-8 | 娃됤닾晤뷓 | 111001011010100010000011111010111001000010100100111010111000101110111110111001101001100110100100111010111011011110010011 | e5a883eb90a4eb8bbee699a4ebb793 |
UHC | 娃됤닾晤뷓 | 11101000110111111000100111100010100010001010110011100111111110111001010101000010 | e8df89e288ace7fb9542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)