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 | 中烽? | 1001001010000110111000001000001000111111 | 9286e0823f |
EUC-JP | 中烽? | 1100001111100110110111111110001000111111 | c3e6dfe23f |
UTF-8 | 中烽쐬 | 111001001011100010101101111001111000001110111101111011001001000010101100 | e4b8ade783bdec90ac |
UHC | 中烽쐬 | 111100011110100111011100111010111011110111111101 | f1e9dcebbdfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)