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 | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-WIN | ???_帳 | 001111110011111100111111010111111001001010100000 | 3f3f3f5f92a0 |
EUC-JP | ???_帳 | 001111110011111100111111010111111100010010100010 | 3f3f3f5fc4a2 |
UTF-8 | 簾앮텊_帳 | 11101111101001101010011011101100100101011010111011101101100001011000101001011111111001011011100010110011 | efa6a6ec95aeed858a5fe5b8b3 |
UHC | 簾앮텊_帳 | 111001111010000110011101111001101011011010000111010111111110110111100011 | e7a19de6b6875fede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)