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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?助?恐 | 001111111000111110010101001111111000101110110000 | 3f8f953f8bb0 |
EUC-JP | ?助?恐 | 001111111011110111110101001111111011011010110010 | 3fbdf53fb6b2 |
UTF-8 | 뤞助쵍恐 | 111010111010010010011110111001011000101010101001111011001011010110001101111001101000000110010000 | eba49ee58aa9ecb58de68190 |
UHC | 뤞助쵍恐 | 1000111111001101111100001011111010101100100011111100110111110000 | 8fcdf0beac8fcdf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)