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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 了쎼끇栒딀만 | 111011111010011010111010111011001000111010111100111010111000000110000111111001101010000010010010111010111001010010000000111010111010011110001100 | efa6baec8ebceb8187e6a092eb9480eba78c |
UHC | 了쎼끇栒딀만 | 111010001110011110011011111000111000010110111011111000101110001110001010111001101011100010111000 | e8e79be385bbe2e38ae6b8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)