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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?璵??? | 00111111100011111100110011100110001111110011111100111111 | 3f8fcce63f3f3f |
UTF-8 | 렊璵렭렑렋 | 111010111010000010001010111001111001001010110101111010111010000010101101111010111010000010010001111010111010000010001011 | eba08ae792b5eba0adeba091eba08b |
UHC | 렊璵렭렑렋 | 10001110101000011110011010100101100011101011101010001110101001101000111010100010 | 8ea1e6a58eba8ea68ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)