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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐔珠? | 1110100001011100100011101110110000111111 | e85c8eec3f |
EUC-JP | 鐔珠尩 | 11101111101111011011110011101110100011111011101011101111 | efbdbcee8fbaef |
UTF-8 | 鐔珠尩 | 111010011001000010010100111001111000111110100000111001011011000010101001 | e99094e78fa0e5b0a9 |
UHC | ?珠? | 00111111111100011100000100111111 | 3ff1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)