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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 繒攀?畯? | 1111101110001111100111011011001100111111111110110110111100111111 | fb8f9db33ffb6f3f |
EUC-JP | 繒攀?畯? | 10001111110101001101010011011010101101010011111110001111110011011011101100111111 | 8fd4d4dab53f8fcdbb3f |
UTF-8 | 繒攀맑畯렚 | 111001111011100110010010111001101001010010000000111010111010011110010001111001111001010110101111111010111010000010011010 | e7b992e69480eba791e795afeba09a |
UHC | 繒攀맑畯렚 | 11110001111110011101101011100111101110001011110011110001111000011000111010101101 | f1f9dae7b8bcf1e18ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)