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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鏑烽量 | 100100110100110011100000100000101001011111001010 | 934ce08297ca |
EUC-JP | 鏑烽量 | 110001011010110111011111111000101100111011001100 | c5addfe2cecc |
UTF-8 | 鏑烽量 | 111010011000111110010001111001111000001110111101111010011000011110001111 | e98f91e783bde9878f |
UHC | 鏑烽量 | 111011101110101111011100111010111101010111100001 | eeebdcebd5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)