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 | 諸??齊 | 100011111001010000111111001111111110101010001110 | 8f943f3fea8e |
EUC-JP | 諸??齊 | 101111011111010000111111001111111111001111101110 | bdf43f3ff3ee |
UTF-8 | 諸멸윰齊 | 111010001010101110111000111010111010100110111000111011001001110010110000111010011011110110001010 | e8abb8eba9b8ec9cb0e9bd8a |
UHC | 諸멸윰齊 | 1111000010110011101110001110101011000000101100111111000010111010 | f0b3b8eac0b3f0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)