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 | ???¤?? | 001111110011111100111111101001000011111100111111 | 3f3f3fa43f3f |
SJIS-WIN | ??曝??仇 | 0011111100111111100101001001100000111111001111111000101101110111 | 3f3f94983f3f8b77 |
EUC-JP | ??曝¤?仇 | 00111111001111111100011111111000100011111010001011110000001111111011010111011000 | 3f3fc7f88fa2f03fb5d8 |
UTF-8 | 룶괍曝¤룵仇 | 1110101110100011101101101110101010110100100011011110011010011011100111011100001010100100111010111010001110110101111001001011101110000111 | eba3b6eab48de69b9dc2a4eba3b5e4bb87 |
UHC | 룶괍曝¤룵仇 | 100011111010101110110001101000101111100011101101101000101011010010001111101010101100111011111011 | 8fabb1a2f8eda2b48faacefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)