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 | 髱稲↑ | 111010011001110110001000111011101000000110101010 | e99d88ee81aa |
EUC-JP | 髱稲↑ | 111100011111110110110000111100001010001010101100 | f1fdb0f0a2ac |
UTF-8 | 髱稲↑ | 111010011010101110110001111001111010100010110010111000101000011010010001 | e9abb1e7a8b2e28691 |
UHC | ??↑ | 00111111001111111010000111101000 | 3f3fa1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)