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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
UTF-8 | 솽셧셰솩e^ | 1110110010000110101111011110110010000101101001111110110010000101101100001110110010000110101010010110010101011110 | ec86bdec85a7ec85b0ec86a9655e |
UHC | 솽셧셰솩e^ | 10111100111000011011110011001011101111001100111010111100110111100110010101011110 | bce1bccbbccebcde655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)