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 | 廠ツサ | 10001111101100011100001010111011 | 8fb1c2bb |
EUC-JP | 廠ツサ | 101111101011001110001110110000101000111010111011 | beb38ec28ebb |
UTF-8 | 廠ツサ | 111001011011101110100000111011111011111010000010111011111011110110111011 | e5bba0efbe82efbdbb |
UHC | 廠?? | 11110011110111110011111100111111 | f3df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)