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 | 涎鈺? | 1001111110110101111110111100010000111111 | 9fb5fbc43f |
EUC-JP | 涎鈺? | 110111101011011110001111111000111101010100111111 | deb78fe3d53f |
UTF-8 | 涎鈺쎣 | 111001101011011010001110111010011000100010111010111011001000111010100011 | e6b68ee988baec8ea3 |
UHC | 涎鈺쎣 | 111001101100111011101000101011011001101111001010 | e6cee8ad9bca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)