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 | 鬯倡事螽シ驩 | 1110100110101100100110001110011110001110100101101110010110101000101111001110100110001001 | e9ac98e78e96e5a8bce989 |
EUC-JP | 鬯倡事螽シ驩 | 111100101010111011010000111010011011101111110110111010101010101010001110101111001111000111101001 | f2aed0e9bbf6eaaa8ebcf1e9 |
UTF-8 | 鬯倡事螽シ驩 | 111010011010110010101111111001011000000010100001111001001011101010001011111010001001111010111101111011111011110110111100111010011010100110101001 | e9acafe580a1e4ba8be89ebdefbdbce9a9a9 |
UHC | ?倡事??驩 | 001111111111001111011011110111101100000000111111001111111111110010111110 | 3ff3dbdec03f3ffcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)