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 | èýRä¼ | 111010001111110110011000010100101110010010111100 | e8fd9852e4bc |
SJIS-WIN | ???R?? | 001111110011111100111111010100100011111100111111 | 3f3f3f523f3f |
EUC-JP | èý?Rä? | 100011111010101110110010100011111010101111110010001111110101001010001111101010111010001100111111 | 8fabb28fabf23f528faba33f |
UTF-8 | èýRä¼ | 1100001110101000110000111011110111000010100110000101001011000011101001001100001010111100 | c3a8c3bdc29852c3a4c2bc |
UHC | ???R?¼ | 00111111001111110011111101010010001111111010100011111001 | 3f3f3f523fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)