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 | 妊遁? | 1001010001000100100100111101100100111111 | 944493d93f |
EUC-JP | 妊遁? | 1100011110100101110001101101101100111111 | c7a5c6db3f |
UTF-8 | 妊遁위 | 111001011010011010001010111010011000000110000001111011001001110010000100 | e5a68ae98181ec9c84 |
UHC | 妊遁위 | 111011001111010011010100111011011100000010100111 | ecf4d4edc0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)