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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シセ礁 | 111101001010010110111100101111101000111111001010 | f4a5bcbe8fca |
EUC-JP | ?シセ礁 | 00111111100011101011110010001110101111101011111011001100 | 3f8ebc8ebebecc |
UTF-8 | シセ礁 | 111011101000110110010100111011111011110110111100111011111011110110111110111001111010010010000001 | ee8d94efbdbcefbdbee7a481 |
UHC | ???礁 | 0011111100111111001111111111010110100111 | 3f3f3ff5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)