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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????栓 | 0011111100111111001111110011111100111111001111111001000011110000 | 3f3f3f3f3f3f90f0 |
EUC-JP | ??????栓 | 0011111100111111001111110011111100111111001111111100000011110010 | 3f3f3f3f3f3fc0f2 |
UTF-8 | 룶괄룫혧㈐룫栓 | 111010111010001110110110111010101011010010000100111010111010001110101011111011011001100010100111111000111000100010010000111010111010001110101011111001101010000010010011 | eba3b6eab484eba3abed98a7e38890eba3abe6a093 |
UHC | 룶괄룫혧㈐룫栓 | 1000111110101011101100001111110110001111101000101100001010001111101010011100000110001111101000101110111011111011 | 8fabb0fd8fa2c28fa9c18fa2eefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)