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 | 譏栲譏桀^ | 111001101001100010011110011111011110011010011000100111100111101101011110 | e6989e7de6989e7b5e |
EUC-JP | 譏栲譏桀^ | 111010111111100011011011110111101110101111111000110110111101110001011110 | ebf8dbdeebf8dbdc5e |
UTF-8 | 譏栲譏桀^ | 11101000101011011000111111100110101000001011001011101000101011011000111111100110101000011000000001011110 | e8ad8fe6a0b2e8ad8fe6a1805e |
UHC | 譏?譏桀^ | 1101000111000001001111111101000111000001110010111111101001011110 | d1c13fd1c1cbfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)