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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 姚??蜈? | 10011011010011000011111100111111111001011000010100111111 | 9b4c3f3fe5853f |
EUC-JP | 姚?Ŧ蜈? | 110101011010110100111111100011111010100110101111111010011110010100111111 | d5ad3f8fa9afe9e53f |
UTF-8 | 姚붺Ŧ蜈콮 | 1110010110100111100110101110101110110110101110101100010110100110111010001001110010001000111011001011110110101110 | e5a79aebb6bac5a6e89c88ecbdae |
UHC | 姚붺Ŧ蜈콮 | 11101000111011101001010011100111101010001010111011101000101001011011001001000010 | e8ee94e7a8aee8a5b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)