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 | 終?氾闇 | 10001111010010010011111110010100110000111000100011000101 | 8f493f94c388c5 |
EUC-JP | 終?氾闇 | 10111101101010100011111111001000110001011011000011000111 | bdaa3fc8c5b0c7 |
UTF-8 | 終븝氾闇 | 111001111011010110000010111010111011100010011101111001101011000010111110111010011001011110000111 | e7b582ebb89de6b0bee99787 |
UHC | 終븝氾闇 | 1111000011111011101110101110111111011011111100001110010011100001 | f0fbbaefdbf0e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)