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 | 娃???億 | 10001000101000010011111100111111001111111000100110101101 | 88a13f3f3f89ad |
EUC-JP | 娃???億 | 10110000101000110011111100111111001111111011001010101111 | b0a33f3f3fb2af |
UTF-8 | 娃쇡븍뜮億 | 111001011010100010000011111011001000011110100001111010111011100010001101111010111001110010101110111001011000010010000100 | e5a883ec87a1ebb88deb9caee58484 |
UHC | 娃쇡븍뜮億 | 11101000110111111001100111001110101110101110101110001101101011101110010111100010 | e8df99cebaeb8daee5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)