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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?咀湘^ | 001111111001100111110000100011111100001101011110 | 3f99f08fc35e |
EUC-JP | ?咀湘^ | 001111111101001011110010101111101100010101011110 | 3fd2f2bec55e |
UTF-8 | 쒜咀湘^ | 11101100100100101001110011100101100100101000000011100110101110011001100001011110 | ec929ce59280e6b9985e |
UHC | 쒜咀湘^ | 10111110101011101110111010111010110111111100111101011110 | beaeeebadfcf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)