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 | 猷??耶?? | 1001011101010001001111110011111110010110111010110011111100111111 | 97513f3f96eb3f3f |
EUC-JP | 猷??耶?? | 1100110110110010001111110011111111001100111011010011111100111111 | cdb23f3fcced3f3f |
UTF-8 | 猷뜹뎀耶섅걪 | 111001111000110010110111111010111001110010111001111010111000111010000000111010001000000010110110111011001000010010000101111010101011000110101010 | e78cb7eb9cb9eb8e80e880b6ec8485eab1aa |
UHC | 猷뜹뎀耶섅걪 | 111010111010001110110110111001011011010110101001111001011010110110011000111000111000000110010011 | eba3b6e5b5a9e5ad98e38193 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)