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 | タ橾ロ | 11000000111110101111000111011011 | c0faf1db |
EUC-JP | タ橾ロ | 10001110110000001000111111000101101101101000111011011011 | 8ec08fc5b68edb |
UTF-8 | タ橾ロ | 111011111011111010000000111001101010100110111110111011111011111010011011 | efbe80e6a9beefbe9b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)