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 | 葯居州茘 | 1110010011011110100010111000111110001111010000101110010010101011 | e4de8b8f8f42e4ab |
EUC-JP | 葯居州茘 | 1110100011100000101101011110111110111101101000111110100010101101 | e8e0b5efbda3e8ad |
UTF-8 | 葯居州茘 | 111010001001000110101111111001011011000110000101111001011011011110011110111010001000110010011000 | e891afe5b185e5b79ee88c98 |
UHC | 葯居州? | 11100101101101011100101111011100111100011011011000111111 | e5b5cbdcf1b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)