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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 蘇?n}蘇?n{^ | 1001000101101000001111110110111001111101100100010110100000111111011011100111101101011110 | 91683f6e7d91683f6e7b5e |
EUC-JP | 蘇?n}蘇?n{^ | 1100000111001001001111110110111001111101110000011100100100111111011011100111101101011110 | c1c93f6e7dc1c93f6e7b5e |
UTF-8 | 蘇퇻n}蘇퇻n{^ | 1110100010011000100001111110110110000111101110110110111001111101111010001001100010000111111011011000011110111011011011100111101101011110 | e89887ed87bb6e7de89887ed87bb6e7b5e |
UHC | 蘇퇻n}蘇퇻n{^ | 11100001110011001011100001101111011011100111110111100001110011001011100001101111011011100111101101011110 | e1ccb86f6e7de1ccb86f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)