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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隍雁戟蠕エ驗 | 1110100010100100100010101110010110001100100000011110010110111110101101001110100110000100 | e8a48ae58c81e5beb4e984 |
EUC-JP | 隍雁戟蠕エ驗 | 111100001010011010110100111001111011011111100001111010101100000010001110101101001111000111100100 | f0a6b4e7b7e1eac08eb4f1e4 |
UTF-8 | 隍雁戟蠕エ驗 | 111010011001101010001101111010011001101110000001111001101000100010011111111010001010000010010101111011111011110110110100111010011010100110010111 | e99a8de99b81e6889fe8a095efbdb4e9a997 |
UHC | 隍雁戟??驗 | 11111100110110111110010011010010110100001011110100111111001111111111101011010000 | fcdbe4d2d0bd3f3ffad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)