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 | 篠渉ロ爾 | 1111000011000010100011101100001010001111110000101101101110001110101000101111000011000010 | f0c28ec28fc2db8ea2f0c2 |
EUC-JP | ?篠渉ロ爾? | 00111111101111001100010010111110110001001000111011011011101111001010010000111111 | 3fbcc4bec48edbbca43f |
UTF-8 | 篠渉ロ爾 | 111011101000001010000001111001111010111110100000111001101011100010001001111011111011111010011011111001111000100010111110111011101000001010000001 | ee8281e7afa0e6b889efbe9be788beee8281 |
UHC | ?篠??爾? | 0011111111100001110001100011111100111111111011001011001100111111 | 3fe1c63f3fecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)