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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??血 | 00111111001111111000110010001100 | 3f3f8c8c |
EUC-JP | ?侁血 | 001111111000111110110000111111001011011111101100 | 3f8fb0fcb7ec |
UTF-8 | 뤵侁血 | 111010111010010010110101111001001011111010000001111010001010000110000000 | eba4b5e4be81e8a180 |
UHC | 뤵侁血 | 100011111110001111100011111000001111101011101100 | 8fe3e3e0faec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)