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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 漱??漱?? | 1001111111111001001111110011111110011111111110010011111100111111 | 9ff93f3f9ff93f3f |
EUC-JP | 漱??漱?? | 1101111011111011001111110011111111011110111110110011111100111111 | defb3f3fdefb3f3f |
UTF-8 | 漱땹뢘漱땹뢒 | 111001101011110010110001111010111001010110111001111010111010001010011000111001101011110010110001111010111001010110111001111010111010001010010010 | e6bcb1eb95b9eba298e6bcb1eb95b9eba292 |
UHC | 漱땹뢘漱땹뢒 | 111000101010101110001011100011111000111101010011111000101010101110001011100011111000111101001101 | e2ab8b8f8f53e2ab8b8f8f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)