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 | 沃??移? | 10010111100000000011111100111111100010001101101000111111 | 97803f3f88da3f |
EUC-JP | 沃??移? | 11001101111000000011111100111111101100001101110000111111 | cde03f3fb0dc3f |
UTF-8 | 沃섍쑬移켃 | 111001101011001010000011111011001000010010001101111011001001000110101100111001111010011110111011111011001011110010000011 | e6b283ec848dec91ace7a7bbecbc83 |
UHC | 沃섍쑬移켃 | 11101000101010101001100011101010101111101010100011101100101110011011000101000010 | e8aa98eabea8ecb9b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)