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 | 焄介牛軫 | 1111101101010100100010011110111010001011100011011110011101100110 | fb5489ee8b8de766 |
EUC-JP | 焄介牛軫 | 100011111100100111100011101100101111000010110101111011011110110111000111 | 8fc9e3b2f0b5ededc7 |
UTF-8 | 焄介牛軫 | 111001111000010010000100111001001011101110001011111001111000100110011011111010001011101110101011 | e78484e4bb8be7899be8bbab |
UHC | 焄介牛軫 | 1111110110110110110010111011111111101001110110101111001011100010 | fdb6cbbfe9daf2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)