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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 載?載?^ | 10001101110110100011111110001101110110100011111101011110 | 8dda3f8dda3f5e |
EUC-JP | 載?載?^ | 10111010110111000011111110111010110111000011111101011110 | badc3fbadc3f5e |
UTF-8 | 載뒷載뒬^ | 11101000101111001000100111101011100100101011011111101000101111001000100111101011100100101010110001011110 | e8bc89eb92b7e8bc89eb92ac5e |
UHC | 載뒷載뒬^ | 111011101011000010110101110111101110111010110000101101011101110001011110 | eeb0b5deeeb0b5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)