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 | 躍????┏ | 1001011011110100001111110011111100111111001111111000010010101100 | 96f43f3f3f3f84ac |
EUC-JP | 躍??堉?┏ | 11001100111101100011111100111111100011111011011111111101001111111010100010101110 | ccf63f3f8fb7fd3fa8ae |
UTF-8 | 躍녹뢾堉삥┏ | 111010001011101010001101111010111000010110111001111010111010001010111110111001011010000010001001111011001000001010100101111000101001010010001111 | e8ba8deb85b9eba2bee5a089ec82a5e2948f |
UHC | 躍녹뢾堉삥┏ | 111001011011100010110011111011001000111110000001111010111011110010111011111001101010011010101110 | e5b8b3ec8f81ebbcbbe6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)