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 | 萢毎}萢毎{^ | 1110010011001011100101101000100001111101111001001100101110010110100010000111101101011110 | e4cb96887de4cb96887b5e |
EUC-JP | 萢毎}萢毎{^ | 1110100011001101110010111110100001111101111010001100110111001011111010000111101101011110 | e8cdcbe87de8cdcbe87b5e |
UTF-8 | 萢毎}萢毎{^ | 111010001001000010100010111001101010111110001110011111011110100010010000101000101110011010101111100011100111101101011110 | e890a2e6af8e7de890a2e6af8e7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)