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 | 巐呰圀躬 | 1111101010110110100110011110110110011010100110111110011101011010 | fab699ed9a9be75a |
EUC-JP | 巐呰圀躬 | 100011111011101111111001110100101110111111010011111110111110110110111011 | 8fbbf9d2efd3fbedbb |
UTF-8 | 巐呰圀躬 | 111001011011011110010000111001011001000110110000111001011001110010000000111010001011101010101100 | e5b790e591b0e59c80e8baac |
UHC | ???躬 | 0011111100111111001111111100111111100101 | 3f3f3fcfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)