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 | 驕厥サ笏 | 11101001100000011001100111001110101110111110001010010100 | e98199cebbe294 |
EUC-JP | 驕厥サ笏 | 1111000111100001110100101101000010001110101110111110001111110100 | f1e1d2d08ebbe3f4 |
UTF-8 | 驕厥サ笏 | 111010011010100110010101111001011000111010100101111011111011110110111011111001111010110010001111 | e9a995e58ea5efbdbbe7ac8f |
UHC | 驕厥?笏 | 11001110111101101100111111110000001111111111101111101110 | cef6cff03ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)