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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 汀?諍 | 1001001011110011001111111110011001111001 | 92f33fe679 |
EUC-JP | 汀?諍 | 1100010011110101001111111110101111011010 | c4f53febda |
UTF-8 | 汀렗諍 | 111001101011000110000000111010111010000010010111111010001010101110001101 | e6b180eba097e8ab8d |
UHC | 汀렗諍 | 111011111110001010001110101011001110111010110101 | efe28eaceeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)