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 | 海?偕 | 1000101001000011001111111001100011110001 | 8a433f98f1 |
EUC-JP | 海?偕 | 1011001110100100001111111101000011110011 | b3a43fd0f3 |
UTF-8 | 海렲偕 | 111001101011010110110111111010111010000010110010111001011000000110010101 | e6b5b7eba0b2e58195 |
UHC | 海렲偕 | 111110101010110110001110101111111111101010100101 | faad8ebffaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)