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 | 田戈田珞^ | 100100110110001110011100111101111001001101100011111000001110001001011110 | 93639cf79363e0e25e |
EUC-JP | 田戈田珞^ | 110001011100010011011000111110011100010111000100111000001110010001011110 | c5c4d8f9c5c4e0e45e |
UTF-8 | 田戈田珞^ | 11100111100101001011000011100110100010001000100011100111100101001011000011100111100011111001111001011110 | e794b0e68888e794b0e78f9e5e |
UHC | 田戈田珞^ | 111011111010001111001101111111001110111110100011110101011010100001011110 | efa3cdfcefa3d5a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)