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 | 鴨???ф? | 1000101010011011001111110011111100111111100001001000011000111111 | 8a9b3f3f3f84863f |
EUC-JP | 鴨???ф? | 1011001111111011001111110011111100111111101001111110011000111111 | b3fb3f3f3fa7e63f |
UTF-8 | 鴨밸ㅇ鱗ф뱚 | 1110100110110100101010001110101110110000101110001110001110000101100001111110111110100111101100101101000110000100111010111011000110011010 | e9b4a8ebb0b8e38587efa7b2d184ebb19a |
UHC | 鴨밸ㅇ鱗ф뱚 | 111001001110010110111001111010111010010010110111111011001110011110101100111001101001001110000001 | e4e5b9eba4b7ece7ace69381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)