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 | 騾榊、ょ气 | 111010011000000010001101111001011010010010000010111001011001111110000011 | e9808de5a482e59f83 |
EUC-JP | 騾榊、ょ气 | 11110001111000001011101011100111100011101010010010100100111001111101110111100011 | f1e0bae78ea4a4e7dde3 |
UTF-8 | 騾榊、ょ气 | 111010011010100010111110111001101010011010001010111011111011110110100100111000111000001010000111111001101011000010010100 | e9a8bee6a68aefbda4e38287e6b094 |
UHC | ???ょ? | 001111110011111100111111101010101110011100111111 | 3f3f3faae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)