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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 怏??~ | 1001110010001001001111110011111101111110 | 9c893f3f7e |
EUC-JP | 怏??~ | 1101011111101001001111110011111101111110 | d7e93f3f7e |
UTF-8 | 怏묐젾~ | 11100110100000001000111111101011101011001001000011101100101000001011111001111110 | e6808febac90eca0be7e |
UHC | 怏묐젾~ | 11100100111010001001000111101011101000001011000001111110 | e4e891eba0b07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)