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 | 族烽? | 1001000110110000111000001000001000111111 | 91b0e0823f |
EUC-JP | 族烽? | 1100001010110010110111111110001000111111 | c2b2dfe23f |
UTF-8 | 族烽쐬 | 111001101001011110001111111001111000001110111101111011001001000010101100 | e6978fe783bdec90ac |
UHC | 族烽쐬 | 111100001110100111011100111010111011110111111101 | f0e9dcebbdfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)