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 | 譽?橈楔 | 11100110101000110011111110011110111101001001111010110110 | e6a33f9ef49eb6 |
EUC-JP | 譽?橈楔 | 11101100101001010011111111011100111101101101110010111000 | eca53fdcf6dcb8 |
UTF-8 | 譽了橈楔 | 111010001010110110111101111011111010011010111010111001101010100110001000111001101010010110010100 | e8adbdefa6bae6a988e6a594 |
UHC | 譽了橈楔 | 1110011111100010111010001110011111101000111110101110000011011011 | e7e2e8e7e8fae0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)