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 | 銖エ譟 | 1110011111110001101101001110011010011111 | e7f1b4e69f |
EUC-JP | 銖エ譟 | 111011101111001110001110101101001110110010100001 | eef38eb4eca1 |
UTF-8 | 銖エ譟 | 111010011000101010010110111011111011110110110100111010001010110110011111 | e98a96efbdb4e8ad9f |
UHC | 銖?? | 11100010110001110011111100111111 | e2c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)