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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隧キ雉壼 | 11101000101010011011011111101000101100111001101011100101 | e8a9b7e8b39ae5 |
EUC-JP | 隧キ雉壼 | 1111000010101011100011101011011111110000101101011101010011100111 | f0ab8eb7f0b5d4e7 |
UTF-8 | 隧キ雉壼 | 111010011001101010100111111011111011110110110111111010011001101110001001111001011010001110111100 | e99aa7efbdb7e99b89e5a3bc |
UHC | 隧?雉? | 111000101100101000111111111101101100101100111111 | e2ca3ff6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)