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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?毛盂??載 | 001111111001011011010001111000011011000100111111001111111000110111011010 | 3f96d1e1b13f3f8dda |
EUC-JP | ?毛盂??載 | 001111111100110011010011111000101011001100111111001111111011101011011100 | 3fccd3e2b33f3fbadc |
UTF-8 | 뤲毛盂呂렗載 | 111010111010010010110010111001101010111110011011111001111001101110000010111011111010011010000000111010111010000010010111111010001011110010001001 | eba4b2e6af9be79b82efa680eba097e8bc89 |
UHC | 뤲毛盂呂렗載 | 100011111110000011011001101111101110100111011101111001011111101110001110101011001110111010110000 | 8fe0d9bee9dde5fb8eaceeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)