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 | ?礪?嶸 | 001111111110000111101000001111111111101010110100 | 3fe1e83ffab4 |
EUC-JP | ?礪?嶸 | 00111111111000101110101000111111100011111011101111110100 | 3fe2ea3f8fbbf4 |
UTF-8 | 륁礪혧嶸 | 111010111010010110000001111001111010010010101010111011011001100010100111111001011011011010111000 | eba581e7a4aaed98a7e5b6b8 |
UHC | 륁礪혧嶸 | 1000111111101100110101011110110011000010100011111110011110101110 | 8fecd5ecc28fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)