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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聲?れ | 1110001111011111001111111000001011101010 | e3df3f82ea |
EUC-JP | 聲鰧れ | 11100110111000011000111111101011101100111010010011101100 | e6e18febb3a4ec |
UTF-8 | 聲鰧れ | 111010001000000110110010111010011011000010100111111000111000001010001100 | e881b2e9b0a7e3828c |
UHC | 聲?れ | 1110000110100010001111111010101011101100 | e1a23faaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)