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 | 騾狗ョ搾シ | 1110100110000000100010111110011110101110100011011110111110111100 | e9808be7ae8defbc |
EUC-JP | 騾狗ョ搾シ | 11110001111000001011011011101001100011101010111010111010111100011000111010111100 | f1e0b6e98eaebaf18ebc |
UTF-8 | 騾狗ョ搾シ | 111010011010100010111110111001111000101110010111111011111011110110101110111001101001000010111110111011111011110110111100 | e9a8bee78b97efbdaee690beefbdbc |
UHC | ?狗?搾? | 00111111110011111011011100111111111100111011011000111111 | 3fcfb73ff3b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)