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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シセ礁ウ | 11110100101001011011110010111110100011111100101010110011 | f4a5bcbe8fcab3 |
EUC-JP | ?シセ礁ウ | 001111111000111010111100100011101011111010111110110011001000111010110011 | 3f8ebc8ebebecc8eb3 |
UTF-8 | シセ礁ウ | 111011101000110110010100111011111011110110111100111011111011110110111110111001111010010010000001111011111011110110110011 | ee8d94efbdbcefbdbee7a481efbdb3 |
UHC | ???礁? | 001111110011111100111111111101011010011100111111 | 3f3f3ff5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)