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 | 猷??擾ゅ? | 100101110101000100111111001111111000111111101111100000101110001100111111 | 97513f3f8fef82e33f |
EUC-JP | 猷??擾ゅij | 1100110110110010001111110011111110111110111100011010010011100101100011111010100111000110 | cdb23f3fbef1a4e58fa9c6 |
UTF-8 | 猷띔큿擾ゅij | 1110011110001100101101111110101110011101100101001110110110000001101111111110011010010011101111101110001110000010100001011100010010110011 | e78cb7eb9d94ed81bfe693bee38285c4b3 |
UHC | 猷띔큿擾ゅij | 111010111010001110110110111010101011010010001100111010001111011010101010111001011010100110100110 | eba3b6eab48ce8f6aae5a9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)