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 | 絶??循?? | 1001000011100010001111110011111110001111011110100011111100111111 | 90e23f3f8f7a3f3f |
EUC-JP | 絶??循?? | 1100000011100100001111110011111110111101110110110011111100111111 | c0e43f3fbddb3f3f |
UTF-8 | 絶껁겇循㏆푵 | 111001111011010110110110111010101011101110000001111010101011001010000111111001011011111010101010111000111000111110000110111011011001000110110101 | e7b5b6eabb81eab287e5beaae38f86ed91b5 |
UHC | 絶껁겇循㏆푵 | 111011111011111010000011111000111000000110100100111000101110000010100111111011111011111010000011 | efbe83e381a4e2e0a7efbe83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)