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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | 足稟B? | 100100011010101111100010011001110100001000111111 | 91abe267423f |
EUC-JP | 足稟B? | 110000101010110111100011110010000100001000111111 | c2ade3c8423f |
UTF-8 | 足稟B뤶 | 11101000101101101011001111100111101010001001111101000010111010111010010010110110 | e8b6b3e7a89f42eba4b6 |
UHC | 足稟B뤶 | 11110000111010111111100110100010010000101000111111100100 | f0ebf9a2428fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)