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 | 壹?慮齊 | 10011010111000110011111110010111101101101110101010001110 | 9ae33f97b6ea8e |
EUC-JP | 壹?慮齊 | 11010100111001010011111111001110101110001111001111101110 | d4e53fceb8f3ee |
UTF-8 | 壹닿慮齊 | 111001011010001110111001111010111000101110111111111001101000010110101110111010011011110110001010 | e5a3b9eb8bbfe685aee9bd8a |
UHC | 壹닿慮齊 | 1110110011101100101101001110101011010101111001111111000010111010 | ececb4ead5e7f0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)