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 | テε禿ュテシ | 1100001110000011110000111001001111000011101011011100001110111100 | c383c393c3adc3bc |
EUC-JP | テε禿ュテシ | 100011101100001110100110110001011100011011000101100011101010110110001110110000111000111010111100 | 8ec3a6c5c6c58ead8ec38ebc |
UTF-8 | テε禿ュテシ | 1110111110111110100000111100111010110101111001111010011010111111111011111011110110101101111011111011111010000011111011111011110110111100 | efbe83ceb5e7a6bfefbdadefbe83efbdbc |
UHC | ?ε禿??? | 0011111110100101111001011101010010111110001111110011111100111111 | 3fa5e5d4be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)