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 | 隍雁戟蠕エ | 111010001010010010001010111001011000110010000001111001011011111010110100 | e8a48ae58c81e5beb4 |
EUC-JP | 隍雁戟蠕エ | 11110000101001101011010011100111101101111110000111101010110000001000111010110100 | f0a6b4e7b7e1eac08eb4 |
UTF-8 | 隍雁戟蠕エ | 111010011001101010001101111010011001101110000001111001101000100010011111111010001010000010010101111011111011110110110100 | e99a8de99b81e6889fe8a095efbdb4 |
UHC | 隍雁戟?? | 1111110011011011111001001101001011010000101111010011111100111111 | fcdbe4d2d0bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)