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 | ??悸腎 | 001111110011111110011100101001111001000001110100 | 3f3f9ca79074 |
EUC-JP | ??悸腎 | 001111110011111111011000101010011011111111010101 | 3f3fd8a9bfd5 |
UTF-8 | 뤛퐥悸腎 | 111010111010010010011011111011011001000010100101111001101000001010111000111010001000010110001110 | eba49bed90a5e682b8e8858e |
UHC | 뤛퐥悸腎 | 1000111111001010101111011000111011001100111110111110001111101100 | 8fcabd8eccfbe3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)