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 | 蜈庭ヲ、 | 111001011000010110010010111010111010011010100100 | e58592eba6a4 |
EUC-JP | 蜈庭ヲ、 | 1110100111100101110001001110110110001110101001101000111010100100 | e9e5c4ed8ea68ea4 |
UTF-8 | 蜈庭ヲ、 | 111010001001110010001000111001011011101010101101111011111011110110100110111011111011110110100100 | e89c88e5baadefbda6efbda4 |
UHC | 蜈庭?? | 111010001010010111101111110101000011111100111111 | e8a5efd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)