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 | 尺蛇璽爵 | 1000111011011010100011101101011010001110101000111000111011011101 | 8eda8ed68ea38edd |
EUC-JP | 尺蛇璽爵 | 1011110011011100101111001101100010111100101001011011110011011111 | bcdcbcd8bca5bcdf |
UTF-8 | 尺蛇璽爵 | 111001011011000010111010111010001001101110000111111001111001001010111101111001111000100010110101 | e5b0bae89b87e792bde788b5 |
UHC | 尺蛇璽爵 | 1111010010101001110111101110111111011111110111101110110111001001 | f4a9deefdfdeedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)