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 | 闕ウ莨√♀ | 111010001000110110110011111001001011110010000001111000111000000110001010 | e88db3e4bc81e3818a |
EUC-JP | 闕ウ莨√♀ | 11101111111011011000111010110011111010001011111010100010111001011010000111101010 | efed8eb3e8bea2e5a1ea |
UTF-8 | 闕ウ莨√♀ | 111010011001011110010101111011111011110110110011111010001000111010101000111000101000100010011010111000101001100110000000 | e99795efbdb3e88ea8e2889ae29980 |
UHC | 闕??√♀ | 1100111111110100001111110011111110100001111011101010000111001111 | cff43f3fa1eea1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)