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 | 永??媛 | 100010010110100100111111001111111001010101010001 | 89693f3f9551 |
EUC-JP | 永??媛 | 101100011100101000111111001111111100100110110010 | b1ca3f3fc9b2 |
UTF-8 | 永귛탪媛 | 111001101011000010111000111010101011011110011011111011011000001110101010111001011010101010011011 | e6b0b8eab79bed83aae5aa9b |
UHC | 永귛탪媛 | 1110011110110101100000101110010110110101100011001110101010110000 | e7b582e5b58ceab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)