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 | 巐逸囮躬 | 1111101010110110100010001110110110011010100110011110011101011010 | fab688ed9a99e75a |
EUC-JP | 巐逸囮躬 | 100011111011101111111001101100001110111111010011111110011110110110111011 | 8fbbf9b0efd3f9edbb |
UTF-8 | 巐逸囮躬 | 111001011011011110010000111010011000000010111000111001011001101110101110111010001011101010101100 | e5b790e980b8e59baee8baac |
UHC | ?逸?躬 | 001111111110110011101111001111111100111111100101 | 3fecef3fcfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)