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 | 罐濠隈跟 | 1110001110100011100011011000101010001100010001111110011011101110 | e3a38d8a8c47e6ee |
EUC-JP | 罐濠隈跟 | 1110011010100101101110011110101010110111101010001110110011110000 | e6a5b9eab7a8ecf0 |
UTF-8 | 罐濠隈跟 | 111001111011110110010000111001101011111110100000111010011001101010001000111010001011011110011111 | e7bd90e6bfa0e99a88e8b79f |
UHC | 罐濠?? | 110011101011100011111011110011000011111100111111 | ceb8fbcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)