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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼斜汐 | 100011101101110010001110110011101000111010101100 | 8edc8ece8eac |
EUC-JP | 灼斜汐 | 101111001101111010111100110100001011110010101110 | bcdebcd0bcae |
UTF-8 | 灼斜汐 | 111001111000000110111100111001101001011010011100111001101011000110010000 | e781bce6969ce6b190 |
UHC | 灼斜汐 | 111011011100011111011110110110001110000010110001 | edc7ded8e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)