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 | 騾。蜊灘袖 | 111010011000000010100001111001011000110110010011111001011001000110110011 | e980a1e58d93e591b3 |
EUC-JP | 騾。蜊灘袖 | 11110001111000001000111010100001111010011110110111000110111001111100001010110101 | f1e08ea1e9edc6e7c2b5 |
UTF-8 | 騾。蜊灘袖 | 111010011010100010111110111011111011110110100001111010001001110010001010111001111000000110011000111010001010001010010110 | e9a8beefbda1e89c8ae78198e8a296 |
UHC | ???灘袖 | 00111111001111110011111111110111101010001110001011000000 | 3f3f3ff7a8e2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)