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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 漱??漱??^ | 100111111111100100111111001111111001111111111001001111110011111101011110 | 9ff93f3f9ff93f3f5e |
EUC-JP | 漱??漱??^ | 110111101111101100111111001111111101111011111011001111110011111101011110 | defb3f3fdefb3f3f5e |
UTF-8 | 漱굝긌漱굝긌^ | 11100110101111001011000111101010101101011001110111101010101110001000110011100110101111001011000111101010101101011001110111101010101110001000110001011110 | e6bcb1eab59deab88ce6bcb1eab59deab88c5e |
UHC | 漱굝긌漱굝긌^ | 11100010101010111000001010000101100000110100110011100010101010111000001010000101100000110100110001011110 | e2ab8285834ce2ab8285834c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)