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 | 隘∵㊥雉ヲ | 111010001010010110000001111001101000011110000110111010001011001110100110 | e8a581e68786e8b3a6 |
EUC-JP | 隘∵?雉ヲ | 111100001010011110100010111010000011111111110000101101011000111010100110 | f0a7a2e83ff0b58ea6 |
UTF-8 | 隘∵㊥雉ヲ | 111010011001101010011000111000101000100010110101111000111000101010100101111010011001101110001001111011111011110110100110 | e99a98e288b5e38aa5e99b89efbda6 |
UHC | 隘∵?雉? | 1110010011110110101000011111000100111111111101101100101100111111 | e4f6a1f13ff6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)