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 | 兪?止? | 100110010110000000111111100011100111111000111111 | 99603f8e7e3f |
EUC-JP | 兪?止? | 110100011100000100111111101110111101111100111111 | d1c13fbbdf3f |
UTF-8 | 兪렰止렜 | 111001011000010110101010111010111010000010110000111001101010110110100010111010111010000010011100 | e585aaeba0b0e6ada2eba09c |
UHC | 兪렰止렜 | 1110101011100100100011101011110111110010101011011000111010101110 | eae48ebdf2ad8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)