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 | 苑瀧??遠 | 1000100110010001100100011110101100111111001111111000100110010011 | 899191eb3f3f8993 |
EUC-JP | 苑瀧??遠 | 1011000111110001110000101110110100111111001111111011000111110011 | b1f1c2ed3f3fb1f3 |
UTF-8 | 苑瀧렧렭遠 | 111010001000101110010001111001111000000010100111111010111010000010100111111010111010000010101101111010011000000110100000 | e88b91e780a7eba0a7eba0ade981a0 |
UHC | 苑瀧렧렭遠 | 11101010101111011101011011101001100011101011011010001110101110101110101011000000 | eabdd6e98eb68ebaeac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)