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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 庄??伎離 | 1000111110101111001111110011111110001010111010101001011110100011 | 8faf3f3f8aea97a3 |
EUC-JP | 庄??伎離 | 1011111010110001001111110011111110110100111011001100111010100101 | beb13f3fb4eccea5 |
UTF-8 | 庄얘렚伎離 | 111001011011101010000100111011001001011010011000111010111010000010011010111001001011110010001110111010011001101110100010 | e5ba84ec9698eba09ae4bc8ee99ba2 |
UHC | 庄얘렚伎離 | 11101101111001001011111011101010100011101010110111010000111010111101011111101110 | ede4beea8eadd0ebd7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)