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 | 髯ャ蛟。邊歉 | 11101001100110011010110011100101100000001010000111100111101100101001111101011101 | e999ace580a1e7b29f5d |
EUC-JP | 髯ャ蛟。邊歉 | 111100011111100110001110101011001110100111100000100011101010000111101110101101001101110110111110 | f1f98eace9e08ea1eeb4ddbe |
UTF-8 | 髯ャ蛟。邊歉 | 111010011010101110101111111011111011110110101100111010001001101110011111111011111011110110100001111010011000001010001010111001101010110110001001 | e9abafefbdace89b9fefbda1e9828ae6ad89 |
UHC | ??蛟?邊? | 0011111100111111110011101111000100111111110111001010101100111111 | 3f3fcef13fdcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)