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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迺畿 | 11100111100100101000101101000101 | e7928b45 |
EUC-JP | 迺畿 | 11101101111100101011010110100110 | edf2b5a6 |
UTF-8 | 迺畿 | 111010001011111110111010111001111001010110111111 | e8bfbae795bf |
UHC | ?畿 | 001111111101000110110010 | 3fd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)