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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | キヲ}キヲ{^ | 1011011110100110111100101011110101111101101101111010011011110010101111010111101101011110 | b7a6f2bd7db7a6f2bd7b5e |
EUC-JP | キヲ?}キヲ?{^ | 10001110101101111000111010100110001111110111110110001110101101111000111010100110001111110111101101011110 | 8eb78ea63f7d8eb78ea63f7b5e |
UTF-8 | キヲ}キヲ{^ | 111011111011110110110111111011111011110110100110111011101000011110110100011111011110111110111101101101111110111110111101101001101110111010000111101101000111101101011110 | efbdb7efbda6ee87b47defbdb7efbda6ee87b47b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)