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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 騾第ョ烏 | 11101001100000001001000111100110101011101000100101000111 | e98091e6ae8947 |
EUC-JP | 騾第ョ烏 | 1111000111100000110000101110100010001110101011101011000110101000 | f1e0c2e88eaeb1a8 |
UTF-8 | 騾第ョ烏 | 111010011010100010111110111001111010110010101100111011111011110110101110111001111000001110001111 | e9a8bee7acacefbdaee7838f |
UHC | ?第?烏 | 001111111111000010101111001111111110100010100001 | 3ff0af3fe8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)