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 | 鍈??? | 1111101001011110001111110011111100111111 | fa5e3f3f3f |
EUC-JP | 鍈??? | 100011111110010011101001001111110011111100111111 | 8fe4e93f3f3f |
UTF-8 | 鍈┩㉨긺 | 111010011000110110001000111000101001010010101001111000111000100110101000111010101011100010111010 | e98d88e294a9e389a8eab8ba |
UHC | 鍈┩㉨긺 | 1110011111001100101001101100111110101000101110011011000111100111 | e7cca6cfa8b9b1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)