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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 筌???W | 111000101010001100111111001111110011111101010111 | e2a33f3f3f57 |
EUC-JP | 筌???W | 111001001010010100111111001111110011111101010111 | e4a53f3f3f57 |
UTF-8 | 筌꺨우돭W | 11100111101011011000110011101010101110101010100011101100100110101011000011101011100011111010110101010111 | e7ad8ceabaa8ec9ab0eb8fad57 |
UHC | 筌꺨우돭W | 111011111010011110000011110011101011111111101100100010011011000001010111 | efa783cebfec89b057 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)