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 | ???®?? | 001111110011111100111111101011100011111100111111 | 3f3f3fae3f3f |
SJIS-WIN | 昊?證??? | 1001110111011101001111111110011010011010001111110011111100111111 | 9ddd3fe69a3f3f3f |
EUC-JP | 昊?證®?? | 11011010110111110011111111101011111110101000111110100010111011100011111100111111 | dadf3febfa8fa2ee3f3f |
UTF-8 | 昊렕證®렰렖 | 1110011010011000100010101110101110100000100101011110100010101101100010011100001010101110111010111010000010110000111010111010000010010110 | e6988aeba095e8ad89c2aeeba0b0eba096 |
UHC | 昊렕證®렰렖 | 111110111100010010001110101010101111000111111011101000101110011110001110101111011000111010101011 | fbc48eaaf1fba2e78ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)