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 | 豫?ぎ | 1001100010101100001111111000001010101100 | 98ac3f82ac |
EUC-JP | 豫?ぎ | 1101000010101110001111111010010010101110 | d0ae3fa4ae |
UTF-8 | 豫녺ぎ | 111010001011000110101011111010111000010110111010111000111000000110001110 | e8b1abeb85bae3818e |
UHC | 豫녺ぎ | 111001111110001110000110111001111010101010101110 | e7e386e7aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)