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 | 短炭短他 | 1001001001011010100100100101100110010010010110101001000110111100 | 925a9259925a91bc |
EUC-JP | 短炭短他 | 1100001110111011110000111011101011000011101110111100001010111110 | c3bbc3bac3bbc2be |
UTF-8 | 短炭短他 | 111001111001111110101101111001111000001010101101111001111001111110101101111001001011101110010110 | e79fade782ade79fade4bb96 |
UHC | 短炭短他 | 1101001110101101111101111010100111010011101011011111011011100010 | d3adf7a9d3adf6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)