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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 循?? | 10001111011110100011111100111111 | 8f7a3f3f |
EUC-JP | 循®? | 101111011101101110001111101000101110111000111111 | bddb8fa2ee3f |
UTF-8 | 循®쯃 | 1110010110111110101010101100001010101110111011001010111110000011 | e5beaac2aeecaf83 |
UHC | 循®쯃 | 111000101110000010100010111001111010100010011111 | e2e0a2e7a89f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)