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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉉」隱悟セ | 1110011111101001101000111110100010101010100011001110010110111110 | e7e9a3e8aa8ce5be |
EUC-JP | 鉉」隱悟セ | 11101110111010111000111010100011111100001010110010111000111001111000111010111110 | eeeb8ea3f0acb8e78ebe |
UTF-8 | 鉉」隱悟セ | 111010011000100110001001111011111011110110100011111010011001101010110001111001101000001010011111111011111011110110111110 | e98989efbda3e99ab1e6829fefbdbe |
UHC | 鉉?隱悟? | 1111101011101000001111111110101111011111111001111111011000111111 | fae83febdfe7f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)