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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 熬??扼 | 111000001001001000111111001111111001110101001110 | e0923f3f9d4e |
EUC-JP | 熬??扼 | 110111111111001000111111001111111101100110101111 | dff23f3fd9af |
UTF-8 | 熬깁릡扼 | 111001111000011010101100111010101011100110000001111010111010011010100001111001101000100110111100 | e786aceab981eba6a1e689bc |
UHC | 熬깁릡扼 | 1110100010100010101100011110100110010000100000111110010011111001 | e8a2b1e99083e4f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)