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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 襭苦渥\ | 11100110010000101000101111101010100010001010110101011100 | e6428bea88ad5c |
EUC-JP | 襭苦渥\ | 11101011101000111011011011101100101100001010111101011100 | eba3b6ecb0af5c |
UTF-8 | 襭苦渥\ | 11101000101001011010110111101000100010111010011011100110101110001010010101011100 | e8a5ade88ba6e6b8a55c |
UHC | ?苦渥\ | 001111111100110111001000111001001100011001011100 | 3fcdc8e4c65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)