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 | 蕈¥襲荅 | 1110010011111100100000011000111110001111010100001110010010100111 | e4fc818f8f50e4a7 |
EUC-JP | 蕈¥襲荅 | 1110100011111110101000011110111110111101101100011110100010101001 | e8fea1efbdb1e8a9 |
UTF-8 | 蕈¥襲荅 | 111010001001010110001000111011111011111110100101111010001010010110110010111010001000110110000101 | e89588efbfa5e8a5b2e88d85 |
UHC | ?¥襲? | 001111111010000111001101111000111010100100111111 | 3fa1cde3a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)