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 | ?稔?? | 0011111110010110101010110011111100111111 | 3f96ab3f3f |
EUC-JP | ?稔?? | 0011111111001100101011010011111100111111 | 3fccad3f3f |
UTF-8 | 롕稔렺뤿 | 111010111010000110010101111001111010100010010100111010111010000010111010111010111010010010111111 | eba195e7a894eba0baeba4bf |
UHC | 롕稔렺뤿 | 1000111011011001111011001111100110001110110000101000111111101011 | 8ed9ecf98ec28feb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)