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 | ??o??? | 001111110011111101101111001111110011111100111111 | 3f3f6f3f3f3f |
SJIS-WIN | ??o??宿 | 00111111001111110110111100111111001111111000111101101000 | 3f3f6f3f3f8f68 |
EUC-JP | ??o??宿 | 00111111001111110110111100111111001111111011110111001001 | 3f3f6f3f3fbdc9 |
UTF-8 | 롍렫o롇렟宿 | 11101011101000011000110111101011101000001010101101101111111010111010000110000111111010111010000010011111111001011010111010111111 | eba18deba0ab6feba187eba09fe5aebf |
UHC | 롍렫o롇렟宿 | 1000111011010011100011101011100101101111100011101100110110001110101100001110001011010110 | 8ed38eb96f8ecd8eb0e2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)