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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 箏モケ | 1111001011100011111000101011010111110110111000101101001110111001 | f2e3e2b5f6e2d3b9 |
EUC-JP | ?箏?モケ | 0011111111100100101101110011111110001110110100111000111010111001 | 3fe4b73f8ed38eb9 |
UTF-8 | 箏モケ | 111011101000100010011010111001111010111010001111111011101001010010001001111011111011111010010011111011111011110110111001 | ee889ae7ae8fee9489efbe93efbdb9 |
UHC | ?箏??? | 001111111110111010110100001111110011111100111111 | 3feeb43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)