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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 漱??漱??\ | 100111111111100100111111001111111001111111111001001111110011111101011100 | 9ff93f3f9ff93f3f5c |
EUC-JP | 漱??漱??\ | 110111101111101100111111001111111101111011111011001111110011111101011100 | defb3f3fdefb3f3f5c |
UTF-8 | 漱땹뢅漱땹뢅\ | 11100110101111001011000111101011100101011011100111101011101000101000010111100110101111001011000111101011100101011011100111101011101000101000010101011100 | e6bcb1eb95b9eba285e6bcb1eb95b9eba2855c |
UHC | 漱땹뢅漱땹뢅\ | 11100010101010111000101110001111100011110100000111100010101010111000101110001111100011110100000101011100 | e2ab8b8f8f41e2ab8b8f8f415c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)