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 | Ó£õ½G | 1101001110100011111101011011110101000111 | d3a3f5bd47 |
SJIS-WIN | ?£??G | 001111111000000110010010001111110011111101000111 | 3f81923f3f47 |
EUC-JP | Ó£õ?G | 10001111101010101101000110100001111100101000111110101011110110000011111101000111 | 8faad1a1f28fabd83f47 |
UTF-8 | Ó£õ½G | 110000111001001111000010101000111100001110110101110000101011110101000111 | c393c2a3c3b5c2bd47 |
UHC | ???½G | 001111110011111100111111101010001111011001000111 | 3f3f3fa8f647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)