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 | ?權??戍 | 00111111100111101101110000111111001111111001110011111001 | 3f9edc3f3f9cf9 |
EUC-JP | ?權??戍 | 00111111110111001101111000111111001111111101100011111011 | 3fdcde3f3fd8fb |
UTF-8 | 룶權㈛룵戍 | 111010111010001110110110111001101010110010001010111000111000100010011011111010111010001110110101111001101000100010001101 | eba3b6e6ac8ae3889beba3b5e6888d |
UHC | 룶權㈛룵戍 | 10001111101010111100111111101101101010011100110010001111101010101110001010100001 | 8fabcfeda9cc8faae2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)