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 | 陰у?陰 | 10001001010000011000010010000101001111111000100101000001 | 894184853f8941 |
EUC-JP | 陰у?陰 | 10110001101000101010011111100101001111111011000110100010 | b1a2a7e53fb1a2 |
UTF-8 | 陰у떽陰 | 1110100110011001101100001101000110000011111010111001011010111101111010011001100110110000 | e999b0d183eb96bde999b0 |
UHC | 陰у떽陰 | 1110101111100100101011001110010110110110101111011110101111100100 | ebe4ace5b6bdebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)