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 | 鈺嫉鋠汐 | 1111101111000100100011101011100111111011110101011000111010101100 | fbc48eb9fbd58eac |
EUC-JP | 鈺嫉鋠汐 | 10001111111000111101010110111100101110111000111111100100110001111011110010101110 | 8fe3d5bcbb8fe4c7bcae |
UTF-8 | 鈺嫉鋠汐 | 111010011000100010111010111001011010101110001001111010011000101110100000111001101011000110010000 | e988bae5ab89e98ba0e6b190 |
UHC | 鈺嫉?汐 | 11101000101011011111001011101100001111111110000010110001 | e8adf2ec3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)