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 | 騾カ蟶カ霎ァ | 111010011000000010110110111001011011100010110110111010001011111010100111 | e980b6e5b8b6e8bea7 |
EUC-JP | 騾カ蟶カ霎ァ | 111100011110000010001110101101101110101010111010100011101011011011110000110000001000111010100111 | f1e08eb6eaba8eb6f0c08ea7 |
UTF-8 | 騾カ蟶カ霎ァ | 111010011010100010111110111011111011110110110110111010001001111110110110111011111011110110110110111010011001110010001110111011111011110110100111 | e9a8beefbdb6e89fb6efbdb6e99c8eefbda7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)