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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆樊サ難ス | 1110100011110111100111101110011010111011100100111110111110111101 | e8f79ee6bb93efbd |
EUC-JP | 顆樊サ難ス | 11110000111110011101110011101000100011101011101111000110111100011000111010111101 | f0f9dce88ebbc6f18ebd |
UTF-8 | 顆樊サ難ス | 111010011010000110000110111001101010100010001010111011111011110110111011111010011001101110100011111011111011110110111101 | e9a186e6a88aefbdbbe99ba3efbdbd |
UHC | 顆樊?難? | 1100111010101000110110111110000000111111110100011111000100111111 | cea8dbe03fd1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)