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 | 糂取繰薺 | 1110001011110001100011101110011010001100010010101110010101010100 | e2f18ee68c4ae554 |
EUC-JP | 糂取繰薺 | 1110010011110011101111001110100010110111101010111110100110110101 | e4f3bce8b7abe9b5 |
UTF-8 | 糂取繰薺 | 111001111011001110000010111001011000111110010110111001111011100110110000111010001001011010111010 | e7b382e58f96e7b9b0e896ba |
UHC | ?取繰薺 | 00111111111101101010001011110000110110111111000010110001 | 3ff6a2f0dbf0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)