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 | 烏??泣?? | 1000100101000111001111110011111110001011100000110011111100111111 | 89473f3f8b833f3f |
EUC-JP | 烏??泣?? | 1011000110101000001111110011111110110101111000110011111100111111 | b1a83f3fb5e33f3f |
UTF-8 | 烏띻쒀泣쏉쫩 | 111001111000001110001111111010111001110110111011111011001001001010000000111001101011001110100011111011001000111110001001111011001010101110101001 | e7838feb9dbbec9280e6b3a3ec8f89ecaba9 |
UHC | 烏띻쒀泣쏉쫩 | 111010001010000110001101111010101011111010101100111010111110100010011011111011111010011010000010 | e8a18deabeacebe89befa682 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)