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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 釪?勖? | 1000111111100011101011010011111110001111101100111110110100111111 | 8fe3ad3f8fb3ed3f |
UTF-8 | 釪렟勖렡 | 111010011000011110101010111010111010000010011111111001011000101110010110111010111010000010100001 | e987aaeba09fe58b96eba0a1 |
UHC | 釪렟勖렡 | 1110100111101001100011101011000011101001111011011000111010110010 | e9e98eb0e9ed8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)