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 | 池?運篩? | 1001001001110010001111111000100101011110111000101011111100111111 | 92723f895ee2bf3f |
EUC-JP | 池?運篩? | 1100001111010011001111111011000110111111111001001100000100111111 | c3d33fb1bfe4c13f |
UTF-8 | 池렓運篩툽 | 111001101011000110100000111010111010000010010011111010011000000110001011111001111010111110101001111011011000100010111101 | e6b1a0eba093e9818be7afa9ed88bd |
UHC | 池렓運篩툽 | 11110010101011101000111010101000111010101010000111011110111010001100010111111010 | f2ae8ea8eaa1dee8c5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)