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 | 酌軸灼蒹 | 1000111011011110100011101011001010001110110111001110010011100011 | 8ede8eb28edce4e3 |
EUC-JP | 酌軸灼蒹 | 1011110011100000101111001011010010111100110111101110100011100101 | bce0bcb4bcdee8e5 |
UTF-8 | 酌軸灼蒹 | 111010011000010110001100111010001011101110111000111001111000000110111100111010001001001010111001 | e9858ce8bbb8e781bce892b9 |
UHC | 酌軸灼? | 11101101110011001111010111101110111011011100011100111111 | edccf5eeedc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)