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 | 怨峯??芸? | 100010011000010110010101111101010011111100111111100011000111110000111111 | 898595f53f3f8c7c3f |
EUC-JP | 怨峯??芸? | 101100011110010111001010111101110011111100111111101101111101110100111111 | b1e5caf73f3fb7dd3f |
UTF-8 | 怨峯렩렰芸렑 | 111001101000000010101000111001011011001110101111111010111010000010101001111010111010000010110000111010001000101010111000111010111010000010010001 | e680a8e5b3afeba0a9eba0b0e88ab8eba091 |
UHC | 怨峯렩렰芸렑 | 111010101011001111011100111001111000111010110111100011101011110111101001111111011000111010100110 | eab3dce78eb78ebde9fd8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)