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 | 艪掩掘絨 | 1110010010000010100010011000011010001100010000001110001101001111 | e48289868c40e34f |
EUC-JP | 艪掩掘絨 | 1110011111100010101100011110011010110111101000011110010110110000 | e7e2b1e6b7a1e5b0 |
UTF-8 | 艪掩掘絨 | 111010001000100110101010111001101000111010101001111001101000111010011000111001111011010110101000 | e889aae68ea9e68e98e7b5a8 |
UHC | ?掩掘絨 | 00111111111001011111001111001111110111101110101111010110 | 3fe5f3cfdeebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)