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 | 逡ッ嵓ス蛻カ | 111001111001010110101111111110101011000010111101111001011000100010110110 | e795affab0bde588b6 |
EUC-JP | 逡ッ?ス蛻カ | 1110110111110101100011101010111100111111100011101011110111101001111010001000111010110110 | edf58eaf3f8ebde9e88eb6 |
UTF-8 | 逡ッ嵓ス蛻カ | 111010011000000010100001111011111011110110101111111001011011010110010011111011111011110110111101111010001001101110111011111011111011110110110110 | e980a1efbdafe5b593efbdbde89bbbefbdb6 |
UHC | 逡????? | 11110001111001000011111100111111001111110011111100111111 | f1e43f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)