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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 闊笠闊顎^ | 111010001000100010001010011111011110100010001000100010100111101101011110 | e8888a7de8888a7b5e |
EUC-JP | 闊笠闊顎^ | 111011111110100010110011110111101110111111101000101100111101110001011110 | efe8b3deefe8b3dc5e |
UTF-8 | 闊笠闊顎^ | 11101001100101111000101011100111101011001010000011101001100101111000101011101001101000011000111001011110 | e9978ae7aca0e9978ae9a18e5e |
UHC | 闊笠闊顎^ | 111111001100010011011000101000101111110011000100111001001100100101011110 | fcc4d8a2fcc4e4c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)