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^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 霽??e^ | 111010001100011100111111001111110110010101011110 | e8c73f3f655e |
EUC-JP | 霽??e^ | 111100001100100100111111001111110110010101011110 | f0c93f3f655e |
UTF-8 | 霽累벅e^ | 1110100110011100101111011110111110100101100011111110101110110010100001010110010101011110 | e99cbdefa58febb285655e |
UHC | 霽累벅e^ | 1111000010111000110100101110100110111001111101110110010101011110 | f0b8d2e9b9f7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)