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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 苑瀨??? | 10001001100100011111101101010000001111110011111100111111 | 8991fb503f3f3f |
EUC-JP | 苑???? | 101100011111000100111111001111110011111100111111 | b1f13f3f3f3f |
UTF-8 | 苑瀨렊며렮 | 111010001000101110010001111001111000000010101000111010111010000010001010111010111010100110110000111010111010000010101110 | e88b91e780a8eba08aeba9b0eba0ae |
UHC | 苑瀨렊며렮 | 11101010101111011101011011101110100011101010000110111000111001111000111010111011 | eabdd6ee8ea1b8e78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)