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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???庾??? | 001111110011111100111111100011111011110011001110001111110011111100111111 | 3f3f3f8fbcce3f3f3f |
UTF-8 | 歷띰퐢庾울쭩痢 | 111011111010011010001100111010111001110110110000111011011001000010100010111001011011101010111110111011001001101010111000111011001010110110101001111011111010011110100101 | efa68ceb9db0ed90a2e5babeec9ab8ecada9efa7a5 |
UHC | 歷띰퐢庾울쭩痢 | 1110011010111000101101101110111110111101100010111110101011101100101111111110111110100111100111011110110010111000 | e6b8b6efbd8beaecbfefa79decb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)