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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劑?こ?闇 | 1001100110011101001111111000001010110001001111111000100011000101 | 999d3f82b13f88c5 |
EUC-JP | 劑?こ?闇 | 1101000111111101001111111010010010110011001111111011000011000111 | d1fd3fa4b33fb0c7 |
UTF-8 | 劑힐こ렊闇 | 111001011000101010010001111011011001111010010000111000111000000110010011111010111010000010001010111010011001011110000111 | e58a91ed9e90e38193eba08ae99787 |
UHC | 劑힐こ렊闇 | 11110000101001011100100011111010101010101011001110001110101000011110010011100001 | f0a5c8faaab38ea1e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)