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 | 錵衰奨訖 | 1110100001000101100100001000101010001111101001111110011001011110 | e845908a8fa7e65e |
EUC-JP | 錵衰奨訖 | 1110111110100110101111111110101010111110101010011110101110111111 | efa6bfeabea9ebbf |
UTF-8 | 錵衰奨訖 | 111010011000110010110101111010001010000110110000111001011010010110101000111010001010100010010110 | e98cb5e8a1b0e5a5a8e8a896 |
UHC | ?衰?訖 | 001111111110000111110001001111111111110111100001 | 3fe1f13ffde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)