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 | ?裝?磯 | 001111111110010111100100001111111000100011101001 | 3fe5e43f88e9 |
EUC-JP | ?裝?磯 | 001111111110101011100110001111111011000011101011 | 3feae63fb0eb |
UTF-8 | 뤺裝은磯 | 111010111010010010111010111010001010001110011101111011001001110110000000111001111010001110101111 | eba4bae8a39dec9d80e7a3af |
UHC | 뤺裝은磯 | 1000111111101000111011011111101111000000101110101101000110110100 | 8fe8edfbc0bad1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)