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 | ?私??闇 | 00111111100011101000010000111111001111111000100011000101 | 3f8e843f3f88c5 |
EUC-JP | 塼私??闇 | 100011111011100010111001101110111110010000111111001111111011000011000111 | 8fb8b9bbe43f3fb0c7 |
UTF-8 | 塼私렎렏闇 | 111001011010000110111100111001111010011110000001111010111010000010001110111010111010000010001111111010011001011110000111 | e5a1bce7a781eba08eeba08fe99787 |
UHC | 塼私렎렏闇 | 11101110111101001101111011100111100011101010010010001110101001011110010011100001 | eef4dee78ea48ea5e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)