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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 矗箏 | 111000011101111011110111101011001111011011001110111000101011010111110001111111001111000011101101 | e1def7acf6cee2b5f1fcf0ed |
EUC-JP | 矗??箏?? | 1110001011100000001111110011111111100100101101110011111100111111 | e2e03f3fe4b73f3f |
UTF-8 | 矗箏 | 111001111001111110010111111011101001011010001111111011101001001110110101111001111010111010001111111011101000010110110111111011101000001010101100 | e79f97ee968fee93b5e7ae8fee85b7ee82ac |
UHC | 矗??箏?? | 1111010110111000001111110011111111101110101101000011111100111111 | f5b83f3feeb43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)