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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒸?而?駿 | 1000111111110110001111111000111010100111001111111000111101111000 | 8ff63f8ea73f8f78 |
EUC-JP | 蒸?而?駿 | 1011111011111000001111111011110010101001001111111011110111011001 | bef83fbca93fbdd9 |
UTF-8 | 蒸렡而렲駿 | 111010001001001010111000111010111010000010100001111010001000000010001100111010111010000010110010111010011010011110111111 | e892b8eba0a1e8808ceba0b2e9a7bf |
UHC | 蒸렡而렲駿 | 11110001111110101000111010110010111011001011101110001110101111111111000111100111 | f1fa8eb2ecbb8ebff1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)