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 | 陰?止? | 100010010100000100111111100011100111111000111111 | 89413f8e7e3f |
EUC-JP | 陰?止? | 101100011010001000111111101110111101111100111111 | b1a23fbbdf3f |
UTF-8 | 陰렰止렜 | 111010011001100110110000111010111010000010110000111001101010110110100010111010111010000010011100 | e999b0eba0b0e6ada2eba09c |
UHC | 陰렰止렜 | 1110101111100100100011101011110111110010101011011000111010101110 | ebe48ebdf2ad8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)