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 | 瓸瑁}瓸瑁{^ | 1110000101001000111000001110111001111101111000010100100011100000111011100111101101011110 | e148e0ee7de148e0ee7b5e |
EUC-JP | 瓸瑁}瓸瑁{^ | 1110000110101001111000001111000001111101111000011010100111100000111100000111101101011110 | e1a9e0f07de1a9e0f07b5e |
UTF-8 | 瓸瑁}瓸瑁{^ | 111001111001001110111000111001111001000110000001011111011110011110010011101110001110011110010001100000010111101101011110 | e793b8e791817de793b8e791817b5e |
UHC | ?瑁}?瑁{^ | 001111111101100111000001011111010011111111011001110000010111101101011110 | 3fd9c17d3fd9c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)