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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 漿?h漿? | 10011111111101110011111101101000100111111111011100111111 | 9ff73f689ff73f |
EUC-JP | 漿?h漿? | 11011110111110010011111101101000110111101111100100111111 | def93f68def93f |
UTF-8 | 漿렱h漿렱 | 11100110101111001011111111101011101000001011000101101000111001101011110010111111111010111010000010110001 | e6bcbfeba0b168e6bcbfeba0b1 |
UHC | 漿렱h漿렱 | 111011011110110010001110101111100110100011101101111011001000111010111110 | edec8ebe68edec8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)