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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?暴?H | 0011111110010110010111000011111101001000 | 3f965c3f48 |
EUC-JP | ?暴?H | 0011111111001011101111010011111101001000 | 3fcbbd3f48 |
UTF-8 | 뤋暴찵H | 11101011101001001000101111100110100110101011010011101100101100001011010101001000 | eba48be69ab4ecb0b548 |
UHC | 뤋暴찵H | 10001111101110111111100011101100101010100100101101001000 | 8fbbf8ecaa4b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)