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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 庾???? | 10001111101111001100111000111111001111110011111100111111 | 8fbcce3f3f3f3f |
UTF-8 | 庾싲쳮硫쌑 | 111001011011101010111110111011001000101110110010111011001011001110101110111011111010011110001110111011001000110010010001 | e5babeec8bb2ecb3aeefa78eec8c91 |
UHC | 庾싲쳮硫쌑 | 11101010111011001001101011101011101010111001001011101011101010011001101101000010 | eaec9aebab92eba99b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)