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 | ト奛ッ | 11000100111110101010000110101111 | c4faa1af |
EUC-JP | ト奛ッ | 10001110110001001000111110111000111101111000111010101111 | 8ec48fb8f78eaf |
UTF-8 | ト奛ッ | 111011111011111010000100111001011010010110011011111011111011110110101111 | efbe84e5a59befbdaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)