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 | 紳??? | 1001000001100001001111110011111100111111 | 90613f3f3f |
EUC-JP | 紳??? | 1011111111000010001111110011111100111111 | bfc23f3f3f |
UTF-8 | 紳룇둓女 | 111001111011010010110011111010111010001110000111111010111001000110010011111011111010011010000001 | e7b4b3eba387eb9193efa681 |
UHC | 紳룇둓女 | 1110001111101011100011111000011010001010010011011110010111111100 | e3eb8f868a4de5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)