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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楯?匣 | 1000111101111100001111111001100110111000 | 8f7c3f99b8 |
EUC-JP | 楯?匣 | 1011110111011101001111111101001010111010 | bddd3fd2ba |
UTF-8 | 楯눔匣 | 111001101010010110101111111010111000100010010100111001011000110010100011 | e6a5afeb8894e58ca3 |
UHC | 楯눔匣 | 111000101110010010110100101011101100101110100001 | e2e4b4aecba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)