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 | _}_{^ | 1000100101011111100010111000010001111101100010010101111110001011100001000111101101011110 | 895f8b847d895f8b847b5e |
SJIS-WIN | ?_??}?_??{^ | 0011111101011111001111110011111101111101001111110101111100111111001111110111101101011110 | 3f5f3f3f7d3f5f3f3f7b5e |
EUC-JP | ?_??}?_??{^ | 0011111101011111001111110011111101111101001111110101111100111111001111110111101101011110 | 3f5f3f3f7d3f5f3f3f7b5e |
UTF-8 | _}_{^ | 1100001010001001010111111100001010001011110000101000010001111101110000101000100101011111110000101000101111000010100001000111101101011110 | c2895fc28bc2847dc2895fc28bc2847b5e |
UHC | ?_??}?_??{^ | 0011111101011111001111110011111101111101001111110101111100111111001111110111101101011110 | 3f5f3f3f7d3f5f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)