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 | 蟠悶Μ塚具ァ | 1110010110110100100101101110001110000011101010101111101010011100100010111110111110100111 | e5b496e383aafa9c8befa7 |
EUC-JP | 蟠悶Μ?具ァ | 1110101010110110110011001110010110100110101011000011111110110110111100011000111010100111 | eab6cce5a6ac3fb6f18ea7 |
UTF-8 | 蟠悶Μ塚具ァ | 1110100010011111101000001110011010000010101101101100111010011100111011111010100010010000111001011000010110110111111011111011110110100111 | e89fa0e682b6ce9cefa890e585b7efbda7 |
UHC | 蟠悶Μ?具? | 11011010111101101101101010111111101001011100110000111111110011101111110100111111 | daf6dabfa5cc3fcefd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)