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 | 闍」隱悟セ | 1110100010001011101000111110100010101010100011001110010110111110 | e88ba3e8aa8ce5be |
EUC-JP | 闍」隱悟セ | 11101111111010111000111010100011111100001010110010111000111001111000111010111110 | efeb8ea3f0acb8e78ebe |
UTF-8 | 闍」隱悟セ | 111010011001011110001101111011111011110110100011111010011001101010110001111001101000001010011111111011111011110110111110 | e9978defbda3e99ab1e6829fefbdbe |
UHC | ??隱悟? | 00111111001111111110101111011111111001111111011000111111 | 3f3febdfe7f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)