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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 循??恂愕? | 100011110111101000111111001111111001110010010110100111001011000100111111 | 8f7a3f3f9c969cb13f |
EUC-JP | 循??恂愕? | 101111011101101100111111001111111101011111110110110110001011001100111111 | bddb3f3fd7f6d8b33f |
UTF-8 | 循롍렊恂愕栒 | 111001011011111010101010111010111010000110001101111010111010000010001010111001101000000110000010111001101000010010010101111001101010000010010010 | e5beaaeba18deba08ae68182e68495e6a092 |
UHC | 循롍렊恂愕栒 | 111000101110000010001110110100111000111010100001111000101110000111100100110000111110001011100011 | e2e08ed38ea1e2e1e4c3e2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)