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 | 猷??循?? | 1001011101010001001111110011111110001111011110100011111100111111 | 97513f3f8f7a3f3f |
EUC-JP | 猷??循?? | 1100110110110010001111110011111110111101110110110011111100111111 | cdb23f3fbddb3f3f |
UTF-8 | 猷댄슃循욋뾾 | 111001111000110010110111111010111000110010000100111011001000101010000011111001011011111010101010111011001001101010001011111010111011111010111110 | e78cb7eb8c84ec8a83e5beaaec9a8bebbebe |
UHC | 猷댄슃循욋뾾 | 111010111010001110110100111011011001101010010101111000101110000010111111111000101001011110000110 | eba3b4ed9a95e2e0bfe29786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)