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 | 毫?翩 | 1001111101111100001111111110001111000111 | 9f7c3fe3c7 |
EUC-JP | 毫?翩 | 1101110111011101001111111110011011001001 | dddd3fe6c9 |
UTF-8 | 毫힘翩 | 111001101010111110101011111011011001111010011000111001111011111110101001 | e6afabed9e98e7bfa9 |
UHC | 毫힘翩 | 111110111100011011001000111110111111100010111011 | fbc6c8fbf8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)