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 | 獨?? | 11100000110101010011111100111111 | e0d53f3f |
EUC-JP | 獨?祜 | 111000001101011100111111100011111101000011011000 | e0d73f8fd0d8 |
UTF-8 | 獨뤜祜 | 111001111000110110101000111010111010010010011100111001111010010110011100 | e78da8eba49ce7a59c |
UHC | 獨뤜祜 | 110101001011110010001111110010111111101111010100 | d4bc8fcbfbd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)