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 | 隘∵㊥雉ヲ驕 | 1110100010100101100000011110011010000111100001101110100010110011101001101110100110000001 | e8a581e68786e8b3a6e981 |
EUC-JP | 隘∵?雉ヲ驕 | 1111000010100111101000101110100000111111111100001011010110001110101001101111000111100001 | f0a7a2e83ff0b58ea6f1e1 |
UTF-8 | 隘∵㊥雉ヲ驕 | 111010011001101010011000111000101000100010110101111000111000101010100101111010011001101110001001111011111011110110100110111010011010100110010101 | e99a98e288b5e38aa5e99b89efbda6e9a995 |
UHC | 隘∵?雉?驕 | 11100100111101101010000111110001001111111111011011001011001111111100111011110110 | e4f6a1f13ff6cb3fcef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)