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 | 隧キ雎ク | 111010001010100110110111111010001011000110111000 | e8a9b7e8b1b8 |
EUC-JP | 隧キ雎ク | 1111000010101011100011101011011111110000101100111000111010111000 | f0ab8eb7f0b38eb8 |
UTF-8 | 隧キ雎ク | 111010011001101010100111111011111011110110110111111010011001101110001110111011111011110110111000 | e99aa7efbdb7e99b8eefbdb8 |
UHC | 隧?雎? | 111000101100101000111111111011101101000100111111 | e2ca3feed13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)