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 | Ûä}Ûä{^ | 110110111110010010001001011111011101101111100100100010010111101101011110 | dbe4897ddbe4897b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | Ûä?}Ûä?{^ | 1000111110101010111001011000111110101011101000110011111101111101100011111010101011100101100011111010101110100011001111110111101101011110 | 8faae58faba33f7d8faae58faba33f7b5e |
UTF-8 | Ûä}Ûä{^ | 110000111001101111000011101001001100001010001001011111011100001110011011110000111010010011000010100010010111101101011110 | c39bc3a4c2897dc39bc3a4c2897b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)