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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 浴彧] | 1001011110000001111110101011100101011101 | 9781fab95d |
EUC-JP | 浴彧] | 110011011110000110001111101111001111111001011101 | cde18fbcfe5d |
UTF-8 | 浴彧] | 11100110101101011011010011100101101111011010011101011101 | e6b5b4e5bda75d |
UHC | 浴彧] | 1110100110110001111010011110111001011101 | e9b1e9ee5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)