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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 癲?‘ | 1110000110011111001111111000000101100101 | e19f3f8165 |
EUC-JP | 癲?‘ | 1110001010100001001111111010000111000110 | e2a13fa1c6 |
UTF-8 | 癲밸‘ | 111001111001100110110010111010111011000010111000111000101000000010011000 | e799b2ebb0b8e28098 |
UHC | 癲밸‘ | 111011111010011010111001111010111010000110101110 | efa6b9eba1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)