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 | 騾守距諠コ | 111010011000000010001110111001111000101110010111111001101000001110111010 | e9808ee78b97e683ba |
EUC-JP | 騾守距諠コ | 11110001111000001011110011101001101101011111011111101011111000111000111010111010 | f1e0bce9b5f7ebe38eba |
UTF-8 | 騾守距諠コ | 111010011010100010111110111001011010111010001000111010001011011110011101111010001010101110100000111011111011110110111010 | e9a8bee5ae88e8b79de8aba0efbdba |
UHC | ?守距?? | 00111111111000011111101011001011111001010011111100111111 | 3fe1facbe53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)