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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淼ァ迚セ銓 | 1111101101000101101001111110011110001001101111101110011111110010 | fb45a7e789bee7f2 |
EUC-JP | 淼ァ迚セ銓 | 1000111111000111111001101000111010100111111011011110100110001110101111101110111011110100 | 8fc7e68ea7ede98ebeeef4 |
UTF-8 | 淼ァ迚セ銓 | 111001101011011110111100111011111011110110100111111010001011111110011010111011111011110110111110111010011000101010010011 | e6b7bcefbda7e8bf9aefbdbee98a93 |
UHC | ????銓 | 001111110011111100111111001111111110111110110000 | 3f3f3f3fefb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)