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 | 慫??淺 | 100111001100111100111111001111111001111111000111 | 9ccf3f3f9fc7 |
EUC-JP | 慫??淺 | 110110001101000100111111001111111101111011001001 | d8d13f3fdec9 |
UTF-8 | 慫성뤚淺 | 111001101000010110101011111011001000010010110001111010111010010010011010111001101011011110111010 | e685abec84b1eba49ae6b7ba |
UHC | 慫성뤚淺 | 1111000011110110101111001011101010001111110010011111010010111100 | f0f6bcba8fc9f4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)