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 | 驕ョ蛟滓昏 | 111010011000000110101110111001011000000010011111111001101000110110101000 | e981aee5809fe68da8 |
EUC-JP | 驕ョ蛟滓昏 | 11110001111000011000111010101110111010011110000011011110111010001011101010101010 | f1e18eaee9e0dee8baaa |
UTF-8 | 驕ョ蛟滓昏 | 111010011010100110010101111011111011110110101110111010001001101110011111111001101011101110010011111001101001100010001111 | e9a995efbdaee89b9fe6bb93e6988f |
UHC | 驕?蛟滓昏 | 110011101111011000111111110011101111000111101110101010111111101111100111 | cef63fcef1eeabfbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)