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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???惚 | 0011111100111111001111111000110110011011 | 3f3f3f8d9b |
EUC-JP | ???惚 | 0011111100111111001111111011100111111011 | 3f3f3fb9fb |
UTF-8 | 숩뤈㉫惚 | 111011001000100010101001111010111010010010001000111000111000100110101011111001101000001110011010 | ec88a9eba488e389abe6839a |
UHC | 숩뤈㉫惚 | 1011110011111100100011111011100010101000101111001111101111101101 | bcfc8fb8a8bcfbed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)