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 | ⅷ痔ネミ磁 | 11111010010001111000111010100100111100101010001111001000110100001000111010100101 | fa478ea4f2a3c8d08ea5 |
EUC-JP | ?痔?ネミ磁 | 00111111101111001010011000111111100011101100100010001110110100001011110010100111 | 3fbca63f8ec88ed0bca7 |
UTF-8 | ⅷ痔ネミ磁 | 111000101000010110110111111001111001011110010100111011101000011110011010111011111011111010001000111011111011111010010000111001111010001110000001 | e285b7e79794ee879aefbe88efbe90e7a381 |
UHC | ⅷ痔???磁 | 101001011010100011110110110000000011111100111111001111111110110110111000 | a5a8f6c03f3f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)