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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 瀁?}瀁?{^ | 111000000110011000111111011111011110000001100110001111110111101101011110 | e0663f7de0663f7b5e |
EUC-JP | 瀁?}瀁?{^ | 110111111100011100111111011111011101111111000111001111110111101101011110 | dfc73f7ddfc73f7b5e |
UTF-8 | 瀁쨙}瀁쨙{^ | 111001111000000010000001111011001010100010011001011111011110011110000000100000011110110010101000100110010111101101011110 | e78081eca8997de78081eca8997b5e |
UHC | 瀁쨙}瀁쨙{^ | 1110010111001000101001000110111001111101111001011100100010100100011011100111101101011110 | e5c8a46e7de5c8a46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)