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 | 章氓?? | 100011111100110110011111100000100011111100111111 | 8fcd9f823f3f |
EUC-JP | 章氓?? | 101111101100111111011101111000100011111100111111 | becfdde23f3f |
UTF-8 | 章氓렲렡 | 111001111010101110100000111001101011000010010011111010111010000010110010111010111010000010100001 | e7aba0e6b093eba0b2eba0a1 |
UHC | 章氓렲렡 | 1110110111110001110110001110110010001110101111111000111010110010 | edf1d8ec8ebf8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)