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 | 鞜懷腰鞜 | 1110100011011111100111001110010110001101100110001110100011011111 | e8df9ce58d98e8df |
EUC-JP | 鞜懷腰鞜 | 1111000011100001110110001110011110111001111110001111000011100001 | f0e1d8e7b9f8f0e1 |
UTF-8 | 鞜懷腰鞜 | 111010011001111010011100111001101000011110110111111010001000010110110000111010011001111010011100 | e99e9ce687b7e885b0e99e9c |
UHC | ?懷腰? | 001111111111110011100011111010011010011000111111 | 3ffce3e9a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)