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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 田戈田痲^ | 100100110110001110011100111101111001001101100011111000011000010001011110 | 93639cf79363e1845e |
EUC-JP | 田戈田痲^ | 110001011100010011011000111110011100010111000100111000011110010001011110 | c5c4d8f9c5c4e1e45e |
UTF-8 | 田戈田痲^ | 11100111100101001011000011100110100010001000100011100111100101001011000011100111100101111011001001011110 | e794b0e68888e794b0e797b25e |
UHC | 田戈田痲^ | 111011111010001111001101111111001110111110100011110110001010011001011110 | efa3cdfcefa3d8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)