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 | 鮑梦キ | 1110100110111000100110101110101110110111 | e9b89aebb7 |
EUC-JP | 鮑梦キ | 111100101011101011010100111011011000111010110111 | f2bad4ed8eb7 |
UTF-8 | 鮑梦キ | 111010011010111010010001111001101010001010100110111011111011110110110111 | e9ae91e6a2a6efbdb7 |
UHC | 鮑?? | 11111000111010100011111100111111 | f8ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)