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 | 腰⑤?陰? | 1000110110011000100001110100010000111111100010010100000100111111 | 8d9887443f89413f |
EUC-JP | 腰??陰? | 10111001111110000011111100111111101100011010001000111111 | b9f83f3fb1a23f |
UTF-8 | 腰⑤뵂陰풵 | 111010001000010110110000111000101001000110100100111010111011010110000010111010011001100110110000111011011001001010110101 | e885b0e291a4ebb582e999b0ed92b5 |
UHC | 腰⑤뵂陰풵 | 11101001101001101010100011101011100101001000100011101011111001001011111101010111 | e9a6a8eb9488ebe4bf57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)