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 | 辣ョ阨願眺 | 111001111000010110101110111010001001010110001010111010001001001010101101 | e785aee8958ae892ad |
EUC-JP | 辣ョ阨願眺 | 11101101111001011000111010101110111011111111010110110100111010101100010010101111 | ede58eaeeff5b4eac4af |
UTF-8 | 辣ョ阨願眺 | 111010001011111010100011111011111011110110101110111010011001100010101000111010011010000110011000111001111001110010111010 | e8bea3efbdaee998a8e9a198e79cba |
UHC | 辣??願眺 | 1101010110111000001111110011111111101010110000111111000011010010 | d5b83f3feac3f0d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)