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 | 尺蛇借磁 | 1000111011011010100011101101011010001110110110001000111010100101 | 8eda8ed68ed88ea5 |
EUC-JP | 尺蛇借磁 | 1011110011011100101111001101100010111100110110101011110010100111 | bcdcbcd8bcdabca7 |
UTF-8 | 尺蛇借磁 | 111001011011000010111010111010001001101110000111111001011000000010011111111001111010001110000001 | e5b0bae89b87e5809fe7a381 |
UHC | 尺蛇借磁 | 1111010010101001110111101110111111110011101010001110110110111000 | f4a9deeff3a8edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)