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 | ?鏃?? | 0011111111101000010101100011111100111111 | 3fe8563f3f |
EUC-JP | ?鏃?? | 0011111111101111101101110011111100111111 | 3fefb73f3f |
UTF-8 | 뤵鏃멱킂 | 111010111010010010110101111010011000111110000011111010111010100110110001111011011000001010000010 | eba4b5e98f83eba9b1ed8282 |
UHC | 뤵鏃멱킂 | 1000111111100011111100001110110010111000111010001011010010001110 | 8fe3f0ecb8e8b48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)