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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 兪瀨?? | 100110010110000011111011010100000011111100111111 | 9960fb503f3f |
EUC-JP | 兪??? | 1101000111000001001111110011111100111111 | d1c13f3f3f |
UTF-8 | 兪瀨렦렧 | 111001011000010110101010111001111000000010101000111010111010000010100110111010111010000010100111 | e585aae780a8eba0a6eba0a7 |
UHC | 兪瀨렦렧 | 1110101011100100110101101110111010001110101101011000111010110110 | eae4d6ee8eb58eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)