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 | Þäà±ÞØ | 110111101110010011100000101100011101111011011000 | dee4e0b1ded8 |
SJIS-WIN | ???±?? | 00111111001111110011111110000001011111010011111100111111 | 3f3f3f817d3f3f |
EUC-JP | Þäà±ÞØ | 1000111110101001101100001000111110101011101000111000111110101011101000101010000111011110100011111010100110110000100011111010100110101100 | 8fa9b08faba38faba2a1de8fa9b08fa9ac |
UTF-8 | Þäà±ÞØ | 110000111001111011000011101001001100001110100000110000101011000111000011100111101100001110011000 | c39ec3a4c3a0c2b1c39ec398 |
UHC | Þ??±ÞØ | 10101000101011010011111100111111101000011011111010101000101011011010100010101010 | a8ad3f3fa1bea8ada8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)