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 | 霄笹羣 | 111010001011101010001101111110011110001110111000 | e8ba8df9e3b8 |
EUC-JP | 霄笹羣 | 111100001011110010111010111110111110011010111010 | f0bcbafbe6ba |
UTF-8 | 霄笹羣 | 111010011001110010000100111001111010110010111001111001111011111010100011 | e99c84e7acb9e7bea3 |
UHC | ?笹? | 00111111111000011010101100111111 | 3fe1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)