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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 騾。蜊捺、 | 1110100110000000101000011110010110001101100100111110011010100100 | e980a1e58d93e6a4 |
EUC-JP | 騾。蜊捺、 | 11110001111000001000111010100001111010011110110111000110111010001000111010100100 | f1e08ea1e9edc6e88ea4 |
UTF-8 | 騾。蜊捺、 | 111010011010100010111110111011111011110110100001111010001001110010001010111001101000110110111010111011111011110110100100 | e9a8beefbda1e89c8ae68dbaefbda4 |
UHC | ???捺? | 001111110011111100111111110100011111010000111111 | 3f3f3fd1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)