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 | 闌ッ蟶ク遘疑 | 11101000100011001010111111100101101110001011100011100111101001111000101101011110 | e88cafe5b8b8e7a78b5e |
EUC-JP | 闌ッ蟶ク遘疑 | 111011111110110010001110101011111110101010111010100011101011100011101110101010011011010110111111 | efec8eafeaba8eb8eea9b5bf |
UTF-8 | 闌ッ蟶ク遘疑 | 111010011001011110001100111011111011110110101111111010001001111110110110111011111011110110111000111010011000000110011000111001111001011010010001 | e9978cefbdafe89fb6efbdb8e98198e79691 |
UHC | ?????疑 | 00111111001111110011111100111111001111111110101111110111 | 3f3f3f3f3febf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)