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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 塢??? | 1001101011000111001111110011111100111111 | 9ac73f3f3f |
EUC-JP | 塢??饔 | 11010100110010010011111100111111100011111110100011101111 | d4c93f3f8fe8ef |
UTF-8 | 塢숁죦饔 | 111001011010000110100010111011001000100010000001111011001010001110100110111010011010010110010100 | e5a1a2ec8881eca3a6e9a594 |
UHC | 塢숁죦饔 | 1110011111110001100110011110011010100001100000011110100010111101 | e7f199e6a181e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)