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 | 翁??貊? | 10001001101001010011111100111111111001101011101100111111 | 89a53f3fe6bb3f |
EUC-JP | 翁??貊? | 10110010101001110011111100111111111011001011110100111111 | b2a73f3fecbd3f |
UTF-8 | 翁골렱貊렜 | 111001111011111110000001111010101011001110101000111010111010000010110001111010001011001010001010111010111010000010011100 | e7bf81eab3a8eba0b1e8b28aeba09c |
UHC | 翁골렱貊렜 | 11101000101110101011000011110001100011101011111011011000111001111000111010101110 | e8bab0f18ebed8e78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)