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 | 蕁育勧 | 111001010100000010001000111001111000101010101001 | e54088e78aa9 |
EUC-JP | 蕁育勧 | 111010011010000110110000111010011011010010101011 | e9a1b0e9b4ab |
UTF-8 | 蕁育勧 | 111010001001010110000001111010001000001010110010111001011000101110100111 | e89581e882b2e58ba7 |
UHC | 蕁育? | 1101001111000110111010111100000000111111 | d3c6ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)