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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 造?造? | 100100011010001000111111100100011010001000111111 | 91a23f91a23f |
EUC-JP | 造?造? | 110000101010010000111111110000101010010000111111 | c2a43fc2a43f |
UTF-8 | 造敾造敾 | 111010011000000010100000111001101001010110111110111010011000000010100000111001101001010110111110 | e980a0e695bee980a0e695be |
UHC | 造敾造敾 | 1111000011100011111000001100000011110000111000111110000011000000 | f0e3e0c0f0e3e0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)