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 | ?想芸? | 001111111001000101111010100011000111110000111111 | 3f917a8c7c3f |
EUC-JP | ?想芸? | 001111111100000111011011101101111101110100111111 | 3fc1dbb7dd3f |
UTF-8 | 룷想芸룷 | 111010111010001110110111111001101000001110110011111010001000101010111000111010111010001110110111 | eba3b7e683b3e88ab8eba3b7 |
UHC | 룷想芸룷 | 1000111110101100110111111100110011101001111111011000111110101100 | 8facdfcce9fd8fac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)